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 4423428 commit a9b0e98Copy full SHA for a9b0e98
.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-{ matrix.os }-{ matrix.python }
+ name: pygame-wheels-coverage-${{ matrix.os }}-${{ matrix.python }}
129
path: ./out
130
131
# Run cppcheck static analysis on src_c changes
0 commit comments