Skip to content

Commit d383916

Browse files
committed
Properly reference matrix vars
1 parent 99ad425 commit d383916

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-ubuntu-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ jobs:
127127
if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
128128
uses: actions/upload-artifact@v4
129129
with:
130+
<<<<<<< HEAD
130131
name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
132+
=======
133+
name: pygame-wheels-coverage-${{ matrix.os }}-${{ matrix.python }}
134+
>>>>>>> a9b0e9863 (Properly reference matrix vars)
131135
path: ./out
132136

133137
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)