mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-01 10:29:16 +00:00
fix(workflow): ensure nightly build upload runs unconditionally
This commit is contained in:
1
.github/workflows/makefile.yml
vendored
1
.github/workflows/makefile.yml
vendored
@ -205,6 +205,7 @@ jobs:
|
||||
path: artifacts/
|
||||
|
||||
nightly:
|
||||
if: always()
|
||||
name: Upload Nightly Build to GitHub Releases
|
||||
runs-on: ubuntu-latest
|
||||
needs: [compile]
|
||||
|
Reference in New Issue
Block a user