diff --git a/.github/workflows/cmake-linux-pack.yml b/.github/workflows/cmake-linux-pack.yml index cbdf99f..9467d74 100644 --- a/.github/workflows/cmake-linux-pack.yml +++ b/.github/workflows/cmake-linux-pack.yml @@ -67,6 +67,6 @@ jobs: - name: 'Artifact Storage' uses: actions/upload-artifact@v4 with: - name: linux-packages + name: linux-packages-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }} path: ${{ github.workspace }}/_packages/** overwrite: true