Skip to content

Commit 1679bac

Browse files
authored
fix: Update python-test.yml to upload only clang-tools wheel
1 parent 24eb2e7 commit 1679bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v4
7272
with:
7373
name: clang-tools-pip_wheel
74-
path: dist/*.whl
74+
path: dist/clang_tools*.whl
7575

7676
install:
7777
needs: [build]

0 commit comments

Comments
 (0)