mirror of
https://gitea.com/actions/download-artifact.git
synced 2026-02-02 12:24:30 +07:00
Don't attempt to un-zip non-zipped downloads
This commit is contained in:
@@ -35,6 +35,11 @@ inputs:
|
||||
If github-token is specified, this is the run that artifacts will be downloaded from.'
|
||||
required: false
|
||||
default: ${{ github.run_id }}
|
||||
skip-decompress:
|
||||
description: 'If true, the downloaded artifact will not be automatically extracted/decompressed.
|
||||
This is useful when you want to handle the artifact as-is without extraction.'
|
||||
required: false
|
||||
default: 'false'
|
||||
outputs:
|
||||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
|
||||
Reference in New Issue
Block a user