We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb14237 commit 9298868Copy full SHA for 9298868
.github/workflows/run-ubuntu-checks.yml
@@ -133,7 +133,7 @@ jobs:
133
if: ${{ steps.build-pygame-ce.conclusion == 'success' && !cancelled() }}
134
uses: actions/upload-artifact@v4
135
with:
136
- name: ctest_suite_log
+ name: ctest_suite_log-{ matrix.os }-{ matrix.python }
137
path: ./ctest.log
138
139
# Run cppcheck static analysis on src_c changes
0 commit comments