unzip un changes generation phase

This commit is contained in:
eyedeekay
2024-03-07 22:18:13 -05:00
parent c01312a1a5
commit 238f3fd839

View File

@ -59,7 +59,7 @@ jobs:
workflow: ant.yml workflow: ant.yml
if_no_artifact_found: fail if_no_artifact_found: fail
# remove .zip file extension # remove .zip file extension
- run: for f in *.zip; do unzip "${f%.zip}"; rm "$f"; done - run: for f in *.zip; do unzip "$f"; rm "$f"; done
- run: echo "" | tee -a CHANGES.md - run: echo "" | tee -a CHANGES.md
- run: echo "## Checksums" | tee -a CHANGES.md - run: echo "## Checksums" | tee -a CHANGES.md
- run: echo "" | tee -a CHANGES.md - run: echo "" | tee -a CHANGES.md