Skip to content

Commit b6b9309

Browse files
authored
Update cmake-multi-platform.yml
1 parent 82aad06 commit b6b9309

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ jobs:
9191
run: ctest --build-config ${{ matrix.build_type }} --output-on-failure
9292

9393
- name: Upload Test Reaults
94+
if: always()
9495
uses: actions/upload-artifact@v4.6.2
9596
with:
96-
name: test-snpashots-${{matrix.os}}-${{ matrix.build_type }}
97+
name: test-snpashots-${{matrix.os}}-${{ matrix.build_type }}-${{ matrix.c_compiler }}
9798
path: |
9899
${{ steps.strings.outputs.build-output-dir }}/snapshots/
99100

0 commit comments

Comments
 (0)