fix(Nightly): create_release needs access to both outputs (#354)

This commit is contained in:
Yimura 2022-07-20 03:53:19 +02:00 committed by GitHub
parent af15fdfce9
commit 9913a15a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ jobs:
create_release:
runs-on: ubuntu-latest
name: Create Release
needs: check_date
needs: [ check_date, build_nightly ]
if: ${{ needs.check_date.outputs.should_run != 'false' }}
steps:
- name: Download Artifact