Skip to content

Commit

Permalink
CI: Fix wheel selector path for upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Apr 3, 2024
1 parent 0db3895 commit e6ea1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: wheels-windows
path: ~/downloads/*-win*/*.whl
path: ~/downloads/*-win*.whl

0 comments on commit e6ea1e0

Please sign in to comment.