Skip to content

Commit 5de3e30

Browse files
committed
fix build artifacts name
1 parent 51aa989 commit 5de3e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: python3 setup.py bdist_wheel
6767
- uses: actions/upload-artifact@v4
6868
with:
69-
name: py_${{ matrix.py_version }}_${{ matrix.os}}_build
69+
name: py_${{ matrix.py-version }}_${{ matrix.os}}_build
7070
path: python-wrapper/dist/**
7171
if-no-files-found: error
7272
py3p8_linux_sdist:

0 commit comments

Comments
 (0)