add 22 builds to nightly releases

This commit is contained in:
eyedeekay
2024-07-16 15:23:24 -04:00
parent 83d02cf379
commit a96502d5c1

View File

@ -63,6 +63,13 @@ jobs:
skip_unpack: true
workflow: ant.yml
if_no_artifact_found: fail
- name: Download other artifacts
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
skip_unpack: true
workflow: ant-latest.yml
if_no_artifact_found: fail
# remove .zip file extension
- run: for f in *.zip; do unzip "$f"; rm "$f"; done
- run: echo "" | tee -a changelog.txt