ci: ensure artifact upload occurs regardless of previous steps

This commit is contained in:
EnderIce2 2025-04-13 13:50:02 +00:00
parent 0735743f44
commit 205ddb1e49
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -145,6 +145,7 @@ jobs:
runCmd: /usr/bin/make ci-build runCmd: /usr/bin/make ci-build
- name: Upload Artifact - name: Upload Artifact
if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: Fennix name: Fennix