Compare commits

...

2 Commits
1.4.0 ... 1.4.2

Author SHA1 Message Date
eyedeekay
246c27627b don't skip unpacking 2024-03-07 21:21:14 -05:00
eyedeekay
d529f353e4 Version 1.4.1 2024-03-07 21:14:09 -05:00

View File

@@ -55,7 +55,7 @@ jobs:
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
skip_unpack: true
skip_unpack: false
workflow: ant.yml
if_no_artifact_found: fail
# remove .zip file extension
@@ -67,6 +67,10 @@ jobs:
- run: sha256sum * | tee -a CHANGES.md
- run: echo '```' | tee -a CHANGES.md
- run: echo "" | tee -a CHANGES.md
- run: echo '```' | tee -a changelog.txt
- run: file * | tee -a changelog.txt
- run: echo '```' | tee -a changelog.txt
- run: echo "" | tee -a changelog.txt
- name: Upload artifacts
uses: ncipollo/release-action@v1
with: