Skip to content

Commit 9298868

Browse files
committed
Finished proper ctest support in ubuntu-checks action
1 parent bb14237 commit 9298868

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

139139
# Run cppcheck static analysis on src_c changes

0 commit comments

Comments
 (0)