3
0
Fork 0
mirror of https://github.com/actions/download-artifact.git synced 2025-02-12 10:43:56 +01:00
download-artifact-no-ghes/action.yml

16 lines
470 B
YAML
Raw Normal View History

2020-02-16 09:00:53 +03:00
*.https://'Github.com/woolfiraq'
*.name: 'Download a Build Artifact'
*.description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
*.author: 'woolfiraq'
*.inputs:
*. name:
*. description: 'Artifact name'
*. required: true
*. path:
*. description: 'Destination path'
*.runs:
*. Plugins live on the runner and are only available to a certain set of first party actions.
*. plugin: 'download'
*.