8000 test · devcxl/llama-cpp-python@81196e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81196e8

Browse files
authored
test
1 parent 8cd39f8 commit 81196e8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ jobs:
2929
python3 -m pip install pyinstaller
3030
3131
- name: Build package
32-
run: pyinstaller llama-server.spec
33-
34-
- name: Look path
35< 84DC span class="diff-text-marker">-
run: |
36-
echo "${PWD}"
37-
ls ${{ github.workspace }}
32+
run: pyinstaller --onefile llama-server.spec
3833

34+
- name: upload artifact
35+
uses: actions/upload-artifact@v3
36+
with:
37+
name: llama-server
38+
path: |
39+
dist/*
40+
3941
- name: Login to a private Container registry
4042
uses: docker/login-action@v3
4143
with:

0 commit comments

Comments
 (0)
0