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 82aad06 commit b6b9309Copy full SHA for b6b9309
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -91,9 +91,10 @@ jobs:
91
run: ctest --build-config ${{ matrix.build_type }} --output-on-failure
92
93
- name: Upload Test Reaults
94
+ if: always()
95
uses: actions/upload-artifact@v4.6.2
96
with:
- name: test-snpashots-${{matrix.os}}-${{ matrix.build_type }}
97
+ name: test-snpashots-${{matrix.os}}-${{ matrix.build_type }}-${{ matrix.c_compiler }}
98
path: |
99
${{ steps.strings.outputs.build-output-dir }}/snapshots/
100
0 commit comments