]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix bin dir for win ci
authoranzz1 <redacted>
Tue, 21 Mar 2023 21:49:24 +0000 (23:49 +0200)
committeranzz1 <redacted>
Tue, 21 Mar 2023 22:01:08 +0000 (00:01 +0200)
.github/workflows/build.yml

index 3030f4fd6185388bd012938b33918c07d7495694..5882fc7475d969400d5fb924f1e7be0be4cd6f63 100644 (file)
@@ -119,7 +119,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-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip .\build\Release\*
+          7z a llama-${{ env.BRANCH_NAME }}-${{ steps.commit.outputs.short }}-bin-win-x64.zip .\build\bin\Release\*
 
       - name: Create release
         id: create_release