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