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