Skip to content

Commit b9439b0

Browse files
committed
Fix upload artifact name
1 parent d4b6d76 commit b9439b0

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
128+
name: pygame-coverage-${{ matrix.os }}-${{ matrix.python }}
129129
path: ./out
130130

131131
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)