From 7afe0d47d2dae0425459a6aee847d95092443680 Mon Sep 17 00:00:00 2001 From: p0358 Date: Fri, 25 Oct 2024 01:07:04 +0200 Subject: [PATCH] ci: it compiles, but artifacts have to have distinct names... --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2c660ca..6f0591a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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