We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b6d76 commit b9439b0Copy full SHA for b9439b0
.github/workflows/run-ubuntu-checks.yml
@@ -125,7 +125,7 @@ jobs:
125
if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
126
uses: actions/upload-artifact@v4
127
with:
128
- name: pygame-wheels-coverage
+ name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
129
path: ./out
130
131
# Run cppcheck static analysis on src_c changes
0 commit comments