Skip to content

Commit c81f85a

Browse files
committed
update upload path
1 parent 9002186 commit c81f85a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pyhton.generate-wrapper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: python3 setup.py bdist_wheel
3535
- uses: actions/upload-artifact@v4
3636
with:
37-
name: wheel
38-
path: dist/*.whl
37+
path: python-wrapper/dist/**
3938
if-no-files-found: error
4039

0 commit comments

Comments
 (0)