Skip to content

Commit

Permalink
update upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed Dec 27, 2024
1 parent 9002186 commit c81f85a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pyhton.generate-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: python3 setup.py bdist_wheel
- uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/*.whl
path: python-wrapper/dist/**
if-no-files-found: error

0 comments on commit c81f85a

Please sign in to comment.