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 d383916 commit e51672dCopy full SHA for e51672d
.github/workflows/run-ubuntu-checks.yml
@@ -127,11 +127,7 @@ 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