2
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-02-23 12:10:34 +07:00
upload-artifact/action.yml

13 lines
270 B
YAML
Raw Normal View History

2019-06-25 05:10:42 +07:00
name: 'Upload artifact'
2019-06-25 03:38:21 +07:00
description: 'Publish files as workflow artifacts'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: true
path:
2019-06-25 05:02:39 +07:00
description: 'Directory containing files to upload'
2019-07-24 02:35:00 +07:00
required: true
2019-06-25 03:38:21 +07:00
runs:
plugin: 'publish'