8000 [SYCL] fix no file in win rel (#6314) · hodlen/llama.cpp@0bb7f00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bb7f00

Browse files
NeoZhangJianyuhodlen
authored andcommitted
[SYCL] fix no file in win rel (ggml-org#6314)
1 parent 65fc93c commit 0bb7f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ jobs:
840840
id: pack_artifacts
841841
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
842842
run: |
843-
7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip .\build\bin\*
843+
7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/*
844844
845845
- name: Upload artifacts
846846
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}

0 commit comments

Comments
 (0)
0