Skip to content

Commit

Permalink
Fix download artifact folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Sep 24, 2024
1 parent 93b25bc commit 025b282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ./scripts/download_unpack_roms.sh

- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].0
env:
CIBW_ARCHS: "${{ matrix.arch }}"

Expand All @@ -89,8 +89,8 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: |
wheels-windows-latest-x86_64/
wheels-ubuntu-latest-ARM64/
wheels-windows-latest-ARM64/
wheels-ubuntu-latest-x86_64/
wheels-macos-12-x86_64/
wheels-macos-12-arm64/
path: wheels
Expand Down

0 comments on commit 025b282

Please sign in to comment.