Skip to content

Commit 83a2202

Browse files
committed
chore(ci): add cpu suffix to avoid delete the tabby binary
1 parent bf488d4 commit 83a2202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Package CPU for Windows
233233
run: >
234-
LLAMA_CPP_PLATFORM=win-cpu-x64 OUTPUT_NAME=tabby_x86_64-windows-msvc ./ci/package-from-upstream.sh
234+
LLAMA_CPP_PLATFORM=win-cpu-x64 OUTPUT_NAME=tabby_x86_64-windows-msvc-cpu ./ci/package-from-upstream.sh
235235
236236
- name: Package CUDA 12.4 for Windows
237237
run: >

0 commit comments

Comments
 (0)