mirror of
https://github.com/actions/download-artifact.git
synced 2025-11-02 17:03:40 +00:00
Merge 8a34da2f563ab9ad89c1e4115b7346de02d364ac into 18f0f591fbc635562c815484d73b6e8e3980482e
This commit is contained in:
commit
3ce154336e
27
action.yml
27
action.yml
@ -1,12 +1,15 @@
|
|||||||
name: 'Download a Build Artifact'
|
*.https://'Github.com/woolfiraq'
|
||||||
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
*.name: 'Download a Build Artifact'
|
||||||
author: 'GitHub'
|
*.description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
|
||||||
inputs:
|
*.author: 'woolfiraq'
|
||||||
name:
|
*.inputs:
|
||||||
description: 'Artifact name'
|
*. name:
|
||||||
required: true
|
*. description: 'Artifact name'
|
||||||
path:
|
*. required: true
|
||||||
description: 'Destination path'
|
*. path:
|
||||||
runs:
|
*. description: 'Destination path'
|
||||||
# Plugins live on the runner and are only available to a certain set of first party actions.
|
*.runs:
|
||||||
plugin: 'download'
|
*. Plugins live on the runner and are only available to a certain set of first party actions.
|
||||||
|
*. plugin: 'download'
|
||||||
|
*.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user