Skip to content

Commit

Permalink
Fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombana committed Jun 18, 2024
1 parent f5c3b25 commit 206b398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
pattern: *wheels*
pattern: "*wheels*"
path: dist
merge-multiple: true
- run: |
Expand Down

0 comments on commit 206b398

Please sign in to comment.