2019-06-25 06:10:42 +08:00
|
|
|
name: 'Upload artifact'
|
2019-06-25 04:38:21 +08:00
|
|
|
description: 'Publish files as workflow artifacts'
|
|
|
|
author: 'GitHub'
|
|
|
|
inputs:
|
|
|
|
name:
|
|
|
|
description: 'Artifact name'
|
|
|
|
required: true
|
|
|
|
path:
|
2019-06-25 06:02:39 +08:00
|
|
|
description: 'Directory containing files to upload'
|
2019-07-24 03:35:00 +08:00
|
|
|
required: true
|
2019-06-25 04:38:21 +08:00
|
|
|
runs:
|
2019-09-07 01:19:23 +08:00
|
|
|
# Plugins live on the runner and are only available to a certain set of first party actions.
|
2019-06-25 04:38:21 +08:00
|
|
|
plugin: 'publish'
|