separate out the release-nightly-latest job
This commit is contained in:
4
.github/workflows/release-nightly.yml
vendored
4
.github/workflows/release-nightly.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user