1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00
upload-artifact/action.yml

12 lines
251 B
YAML
Raw Normal View History

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