Skip to content

Commit

Permalink
[CI] Bugfix on artifact path (#97)
Browse files Browse the repository at this point in the history
Fixed a path typo.
  • Loading branch information
yzh119 authored Jan 30, 2024
1 parent af5536b commit 633b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: ptyhon/dist/
path: python/dist/
merge-multiple: true
pattern: wheel-*

Expand Down

0 comments on commit 633b537

Please sign in to comment.