fix(workflow): ensure nightly build upload runs unconditionally

This commit is contained in:
2025-06-13 14:44:19 +00:00
parent 3be150da53
commit 97a892d114

View File

@ -205,6 +205,7 @@ jobs:
path: artifacts/
nightly:
if: always()
name: Upload Nightly Build to GitHub Releases
runs-on: ubuntu-latest
needs: [compile]