From 95196f7eeecbace65ef5b9970a53c16b16db651f Mon Sep 17 00:00:00 2001 From: Jonathan Hyry <3676933+eljonny@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:20:03 -0700 Subject: [PATCH] Update cmake-multi-platform.yml Try to make the artifact name dynamic. --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8fcda79..6dd6424 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -83,6 +83,6 @@ jobs: - name: 'Artifact Storage' uses: actions/upload-artifact@v4 with: - name: build-packages + name: build-packages-${{ matrix.os }}-${{ matrix.c_compiler }}-${{ matrix.build_type }} path: ${{ github.workspace }}/_packages/** overwrite: true