Skip to content

Commit

Permalink
macos-x64 and macos-arm64 artifacts have the same names.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed May 8, 2024
1 parent 366d4b9 commit 3edd13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "WHEEL_NAME=$(ls *.whl)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
name: pypi-macos-py${{ matrix.python }}
name: pypi-macos-x64-py${{ matrix.python }}
path: pybuild/dist/${{ env.WHEEL_NAME }}
- uses: actions/upload-release-asset@v1
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
echo "WHEEL_NAME=$(ls *.whl)" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4
with:
name: pypi-macos-py${{ matrix.python }}
name: pypi-macos-arm64-py${{ matrix.python }}
path: pybuild/dist/${{ env.WHEEL_NAME }}
- uses: actions/upload-release-asset@v1
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
Expand Down

0 comments on commit 3edd13a

Please sign in to comment.