Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed May 1, 2024
1 parent 3f626b0 commit 0b506f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: main
paths:
- "**.py"
- ".github/workflows/build-nuitka.yml"
workflow_dispatch:


Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
- name: Upload report
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }} - ${{ matrix.arch }} Build
name: ${{ runner.os }} - ${{ matrix.arch }} report
path: |
nuitka-crash-report.xml
report.xml

0 comments on commit 0b506f6

Please sign in to comment.