Skip to content

Commit

Permalink
add 22 builds to nightly releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jul 16, 2024
1 parent 83d02cf commit a96502d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a96502d

Please sign in to comment.