We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bac19 commit 7afe0d4Copy full SHA for 7afe0d4
1 file changed
.github/workflows/cmake.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Upload artifacts
74
uses: actions/upload-artifact@v4
75
with:
76
- name: libuncso2
+ name: libuncso2-${{ matrix.c_compiler }}-${{ matrix.os }}
77
path: build/
78
79
- name: Test
0 commit comments