diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 041f39dd1..903828761 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -40,7 +40,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels-${{ strategy.job-index }} + name: wheels-${{ matrix.os }} path: ./wheelhouse @@ -83,6 +83,6 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels-${{ strategy.job-index }} + name: wheels-${{ matrix.os }} path: ./wheelhouse diff --git a/.github/workflows/build_wheels_weekly.yml b/.github/workflows/build_wheels_weekly.yml index 6107befa8..1ad0d9801 100644 --- a/.github/workflows/build_wheels_weekly.yml +++ b/.github/workflows/build_wheels_weekly.yml @@ -47,5 +47,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: wheels-${{ strategy.job-index }} + name: wheels-${{ matrix.os }} path: ./wheelhouse