Skip to content

Commit 18f6942

Browse files
authored
update onefile
1 parent 225669f commit 18f6942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python3 -m pip install .[all] -v
2828
python3 -m pip install pyinstaller
2929
- name: Build package
30-
run: pyinstaller llama_cpp/server/__main__.py
30+
run: pyinstaller --onefile llama_cpp/server/__main__.py --name llama-server
3131
- name: upload artifact
3232
uses: actions/upload-artifact@v3
3333
with:

0 commit comments

Comments
 (0)