I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit 9bef7b35 authored by idk's avatar idk
Browse files

force overwrite of unzipped files

parent 48348eb6
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ jobs: ...@@ -60,7 +60,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"; rm "$f"; done - run: for f in *.zip; do unzip -o "$f"; rm "$f"; done
- run: echo "" | tee -a docs/RELEASE.md - run: echo "" | tee -a docs/RELEASE.md
- run: echo "## Checksums" | tee -a docs/RELEASE.md - run: echo "## Checksums" | tee -a docs/RELEASE.md
- run: echo "" | tee -a docs/RELEASE.md - run: echo "" | tee -a docs/RELEASE.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment