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 a991b4a commit 96e35c0Copy full SHA for 96e35c0
.github/workflows/run-ubuntu-checks.yml
@@ -134,7 +134,7 @@ jobs:
134
if: ${{ steps.build-pygame-ce.conclusion == 'success' && !cancelled() }}
135
uses: actions/upload-artifact@v4
136
with:
137
- name: ctest_suite_log
+ name: ctest_suite_log-{ matrix.os }-{ matrix.python }
138
path: ./ctest.log
139
140
# Run cppcheck static analysis on src_c changes
0 commit comments