]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
[SYCL] fix no file in win rel (#6314)
authorNeo Zhang Jianyu <redacted>
Wed, 27 Mar 2024 01:47:06 +0000 (09:47 +0800)
committerGitHub <redacted>
Wed, 27 Mar 2024 01:47:06 +0000 (09:47 +0800)
.github/workflows/build.yml

index 9329b94ee9e60199c3e1687962755a2ce07e16ed..012ab03fe15a95fcf86396f677bfbd55ebf56f75 100644 (file)
@@ -840,7 +840,7 @@ jobs:
         id: pack_artifacts
         if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
         run: |
-          7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip .\build\bin\*
+          7z a llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip ./build/bin/*
 
       - name: Upload artifacts
         if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}