Skip to content

Commit

Permalink
fix windows artifact output
Browse files Browse the repository at this point in the history
  • Loading branch information
abs2023 committed Dec 10, 2024
1 parent 073e5c9 commit 26e9ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ jobs:
id: pack_artifacts
run: |
VFULL=${VFULL:-0.0.1}
echo "VFULL: $VFULL"ARTIFACT="mor-launch-$TAG_NAME-win-x64.zip"
echo "VFULL: $VFULL"
ARTIFACT="mor-launch-$TAG_NAME-win-x64.zip"
echo "Artifact: $ARTIFACT"
LLAMACPP=llama-b3256-bin-win-avx2-x64.zip
MODEL=tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf
Expand Down

0 comments on commit 26e9ce9

Please sign in to comment.