From f3bf13e829b54385cc7a45d871e9c5b204ac1980 Mon Sep 17 00:00:00 2001 From: Wendell Smith Date: Thu, 7 Nov 2024 13:16:56 -0500 Subject: [PATCH] fix(build): upload unique artifacts with matrix identifiers --- .github/workflows/python.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3986e312..1a5ed9b6 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -101,10 +101,9 @@ jobs: # if: "startsWith(github.ref, 'refs/tags/')" uses: actions/upload-artifact@v4 with: - # Ensure we have a different name for every artifact, by using: - # - github.ref to capture the difference between branch and tag push events - # - strategy.job-index is different for every job in the matrix - name: binary-${{ github.ref }}-${{ strategy.job-index }} + # Ensure we have a different name for every artifact, by using the + # matrix components in the artifact name + name: binary-${{ matrix.type }}-${{ matrix.os }}-${{ matrix.python-version }} path: dist release: