download-artifact/action.yml

13 lines
406 B
YAML
Raw Permalink Normal View History

2019-11-09 01:00:32 +08:00
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
2019-06-25 04:40:04 +08:00
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
2019-08-02 02:45:04 +08:00
required: true
2019-06-25 04:40:04 +08:00
path:
description: 'Destination path'
runs:
2019-09-07 01:19:36 +08:00
# Plugins live on the runner and are only available to a certain set of first party actions.
2019-06-25 04:40:04 +08:00
plugin: 'download'