zip during run phase

This commit is contained in:
eyedeekay
2024-03-07 22:18:41 -05:00
parent e055eb8aa9
commit 52a33b5334

View File

@@ -56,11 +56,11 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
skip_unpack: false
skip_unpack: true
workflow: ant.yml
if_no_artifact_found: fail
# remove .zip file extension
- run: for f in *.zip; do mv "$f" "${f%.zip}"; done
- run: for f in *.zip; do unzip "$f"; rm "$f"; done
- run: echo "" | tee -a changelog.txt
- run: echo "## Checksums" | tee -a changelog.txt
- run: echo "" | tee -a changelog.txt