Skip to content

Commit a9b0e98

Browse files
committed
Properly reference matrix vars
1 parent 4423428 commit a9b0e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: ${{ steps.gen-coverage.conclusion == 'success' && !cancelled() }}
126126
uses: actions/upload-artifact@v4
127127
with:
128-
name: pygame-wheels-coverage-{ matrix.os }-{ matrix.python }
128+
name: pygame-wheels-coverage-${{ matrix.os }}-${{ matrix.python }}
129129
path: ./out
130130

131131
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)