feat: add support for unzip argument in downloadArtifact (#1)

This commit is contained in:
Shiipou 2025-06-19 19:39:31 +02:00 committed by GitHub
parent 448e3f862a
commit 78fb31241f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 47602 additions and 14697 deletions

View file

@ -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