Skip to content

Commit

Permalink
ci: it compiles, but artifacts have to have distinct names...
Browse files Browse the repository at this point in the history
  • Loading branch information
p0358 committed Oct 24, 2024
1 parent 89bac19 commit 7afe0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: libuncso2
name: libuncso2-${{ matrix.c_compiler }}-${{ matrix.os }}
path: build/

- name: Test
Expand Down

0 comments on commit 7afe0d4

Please sign in to comment.