Skip to content

Commit

Permalink
CI: fix download pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
vtraag committed Jan 22, 2024
1 parent cf7c525 commit cb0bc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-*
pattern: wheels-*
merge-multiple: true
path: dist

Expand Down

0 comments on commit cb0bc63

Please sign in to comment.