From 0b24beca3027ec0bd813683b7401bdee8e155516 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Sat, 10 Feb 2024 18:16:39 -0800 Subject: [PATCH] Make artifact names unique with jid --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f769810d..e607d352 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -849,7 +849,7 @@ jobs: uses: actions/upload-artifact@v4 if: (github.event_name == 'push' || github.event_name == 'schedule') && matrix.goal != 'test' with: - name: gam-binaries-${{ env.GAMOS }}-${{ env.arch }} + name: gam-binaries-${{ env.GAMOS }}-${{ env.arch }}-${{ matrix.jid }} path: | src/*.tar.xz src/*.zip