Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05cc80f

Browse filesBrowse files
authored
update: build
1 parent eaf1399 commit 05cc80f
Copy full SHA for 05cc80f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yaml

Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+2-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.