From 7349aedc78e3b4be878abfe06508308853f17ce8 Mon Sep 17 00:00:00 2001 From: leafspark <78000825+leafspark@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:04:04 -0700 Subject: [PATCH] ci: fix slashes in build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8a76cb..0befdf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/