Skip to content

Commit 6f837c4

Browse files
committed
Fix upload file glob
1 parent d54a895 commit 6f837c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-wheels-0.1.62.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Upload files to a GitHub release
7575
uses: svenstaro/upload-release-action@2.6.1
7676
with:
77-
file: ./dist/*.whl
77+
file: ./llama-cpp-python/dist/*.whl
7878
tag: wheels
7979
file_glob: true
8080
overwrite: true

.github/workflows/build-wheels-0.1.66.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Upload files to a GitHub release
7474
uses: svenstaro/upload-release-action@2.6.1
7575
with:
76-
file: ./dist/*.whl
76+
file: ./llama-cpp-python/dist/*.whl
7777
tag: wheels
7878
file_glob: true
7979
overwrite: true

0 commit comments

Comments
 (0)