upload-artifact/action.yml

12 lines
251 B
YAML
Raw Normal View History

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