Make artifact names unique with jid

This commit is contained in:
Ross Scroggs
2024-02-10 18:16:39 -08:00
parent 7dfa236bc1
commit 0b24beca30

View File

@@ -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