Skip to content

Commit 96e35c0

Browse files
committed
Finished proper ctest support in ubuntu-checks action
1 parent a991b4a commit 96e35c0

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
@@ -134,7 +134,7 @@ jobs:
134134
if: ${{ steps.build-pygame-ce.conclusion == 'success' && !cancelled() }}
135135
uses: actions/upload-artifact@v4
136136
with:
137-
name: ctest_suite_log
137+
name: ctest_suite_log-{ matrix.os }-{ matrix.python }
138138
path: ./ctest.log
139139

140140
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)