don't skip unpacking
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
id: download-artifact
|
id: download-artifact
|
||||||
uses: dawidd6/action-download-artifact@v3
|
uses: dawidd6/action-download-artifact@v3
|
||||||
with:
|
with:
|
||||||
skip_unpack: true
|
skip_unpack: false
|
||||||
workflow: ant.yml
|
workflow: ant.yml
|
||||||
if_no_artifact_found: fail
|
if_no_artifact_found: fail
|
||||||
# remove .zip file extension
|
# remove .zip file extension
|
||||||
|
Reference in New Issue
Block a user