10000 update: build · devcxl/llama-cpp-python@05cc80f · GitHub
[go: up one dir, main page]

Skip to content

Commit 05cc80f

Browse files
authored
update: build
1 parent eaf1399 commit 05cc80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
python3 -m pip install .[all] -v
2828
python3 -m pip install pyinstaller
2929
- name: Build package
30-
run: pyinstaller --clean -n llama-server
30+
run: pyinstaller
3131
- name: upload artifact
3232
uses: actions/upload-artifact@v3
3333
with:
3434
name: llama-server
35-
path: dist/llama-server
35+
path: dist/*

0 commit comments

Comments
 (0)
0