Skip to content

Commit 3087801

Browse files
NeoZhangJianyutybalex
authored andcommitted
[SYCL] fix no file in win rel (ggml-org#6314)
1 parent 0ff6497 commit 3087801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
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)