Skip to content

Commit

Permalink
ci: fix slashes in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark authored Aug 26, 2024
1 parent 7886c38 commit 7349aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
distPath=$(if [ "${{ github.event.inputs.build_type }}" = "RELEASE" ]; then echo "build/release/dist"; else echo "build/dev/dist"; fi)
mkdir -p $distPath/src/gguf-py
cp -R src/gguf-py/* $distPath/src/gguf-py/
cp src\convert_hf_to_gguf.py $distPath/src/
cp src/convert_hf_to_gguf.py $distPath/src/
cp src/convert_lora_to_gguf.py $distPath/src/
cp src/convert_lora_to_ggml.py $distPath/src/
Expand Down

0 comments on commit 7349aed

Please sign in to comment.