This commit is contained in:
eyedeekay
2024-03-07 15:53:21 -05:00
parent bcfbf90be2
commit e5f6f335ee

View File

@ -58,12 +58,14 @@ jobs:
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: echo "" | tee -a CHANGES.md
- run: echo "## Checksums" | tee -a CHANGES.md
- run: echo "" | tee -a CHANGES.md
- run: echo "```" | tee -a CHANGES.md
- run: echo '```'' | tee -a CHANGES.md
- run: sha256sum * | tee -a CHANGES.md
- run: echo "```" | tee -a CHANGES.md
- run: echo '```'' | tee -a CHANGES.md
- run: echo "" | tee -a CHANGES.md
- name: Upload artifacts
uses: ncipollo/release-action@v1