mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-22 14:38:25 +02:00
feat: add support for unzip argument in downloadArtifact (#1)
This commit is contained in:
parent
448e3f862a
commit
78fb31241f
6 changed files with 47602 additions and 14697 deletions
|
@ -8,6 +8,10 @@ inputs:
|
|||
artifact-ids:
|
||||
description: 'IDs of the artifacts to download, comma-separated. Either inputs `artifact-ids` or `name` can be used, but not both.'
|
||||
required: false
|
||||
unzip:
|
||||
description: 'Whenever to unzip the artifact after downloading. Comma separated list of artifact-ids, artifact-name or "*". Defaults to "*".'
|
||||
required: false
|
||||
default: '*'
|
||||
path:
|
||||
description: 'Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue