Skip to content

Commit

Permalink
Always upload compilation report
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jun 8, 2024
1 parent ae40137 commit 31caad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
nuitka_cache: ${{ github.workspace }}/.nuitka
- name: Upload Compilation Report
uses: actions/upload-artifact@v4
if: runner.debug == '1'
if: (success() || failure()) && runner.debug == '1'
with:
name: ${{ matrix.os }}-compilation-report
path: compilation-report.xml
Expand Down

0 comments on commit 31caad8

Please sign in to comment.