fix(Nightly): create_release needs access to both outputs (#354)
This commit is contained in:
parent
af15fdfce9
commit
9913a15a0e
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
create_release:
|
create_release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Create Release
|
name: Create Release
|
||||||
needs: check_date
|
needs: [ check_date, build_nightly ]
|
||||||
if: ${{ needs.check_date.outputs.should_run != 'false' }}
|
if: ${{ needs.check_date.outputs.should_run != 'false' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifact
|
- name: Download Artifact
|
||||||
|
Reference in New Issue
Block a user