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 99ad425 commit d383916Copy full SHA for d383916
.github/workflows/run-ubuntu-checks.yml
@@ -127,7 +127,11 @@ jobs:
127
if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
128
uses: actions/upload-artifact@v4
129
with:
130
+<<<<<<< HEAD
131
name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
132
+=======
133
+ name: pygame-wheels-coverage-${{ matrix.os }}-${{ matrix.python }}
134
+>>>>>>> a9b0e9863 (Properly reference matrix vars)
135
path: ./out
136
137
# Run cppcheck static analysis on src_c changes
0 commit comments