Skip to content

Commit 7afe0d4

Browse files
committed
ci: it compiles, but artifacts have to have distinct names...
1 parent 89bac19 commit 7afe0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload artifacts
7474
uses: actions/upload-artifact@v4
7575
with:
76-
name: libuncso2
76+
name: libuncso2-${{ matrix.c_compiler }}-${{ matrix.os }}
7777
path: build/
7878

7979
- name: Test

0 commit comments

Comments
 (0)