separate out the release-nightly-latest job

This commit is contained in:
eyedeekay
2024-07-16 16:35:26 -04:00
parent 45873071fb
commit 3769d7a74c

View File

@ -1,4 +1,4 @@
name: Nightly Release
name: Nightly 22 Release
on: [push]
@ -61,7 +61,7 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
skip_unpack: true
workflow: ant.yml
workflow: ant-nightly.yml
if_no_artifact_found: fail
# remove .zip file extension
- run: for f in *.zip; do unzip "$f"; rm "$f"; done