Skip to content

Commit

Permalink
force overwrite of unzipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 25, 2024
1 parent 48348eb commit 9bef7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
workflow: ant.yml
if_no_artifact_found: fail
# remove .zip file extension
- run: for f in *.zip; do unzip "$f"; rm "$f"; done
- run: for f in *.zip; do unzip -o "$f"; rm "$f"; done
- run: echo "" | tee -a docs/RELEASE.md
- run: echo "## Checksums" | tee -a docs/RELEASE.md
- run: echo "" | tee -a docs/RELEASE.md
Expand Down

0 comments on commit 9bef7b3

Please sign in to comment.