Skip to content

Commit 7349aed

Browse files
authored
ci: fix slashes in build.yml
1 parent 7886c38 commit 7349aed

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
@@ -73,7 +73,7 @@ jobs:
7373
distPath=$(if [ "${{ github.event.inputs.build_type }}" = "RELEASE" ]; then echo "build/release/dist"; else echo "build/dev/dist"; fi)
7474
mkdir -p $distPath/src/gguf-py
7575
cp -R src/gguf-py/* $distPath/src/gguf-py/
76-
cp src\convert_hf_to_gguf.py $distPath/src/
76+
cp src/convert_hf_to_gguf.py $distPath/src/
7777
cp src/convert_lora_to_gguf.py $distPath/src/
7878
cp src/convert_lora_to_ggml.py $distPath/src/
7979

0 commit comments

Comments
 (0)