mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
fix(Nightly): create_release needs access to both outputs (#354)
This commit is contained in:
parent
3e5b006726
commit
e9bf2ef561
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user