From c96cc5ce5eb1f0be73da3875b75fdabe0b5224ee Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:09:46 -0600 Subject: [PATCH] Update glob pattern cmake-rocm-windows.yml --- .github/workflows/cmake-rocm-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-rocm-windows.yml b/.github/workflows/cmake-rocm-windows.yml index ec8b1a86c6cda..0f6c781402f6b 100644 --- a/.github/workflows/cmake-rocm-windows.yml +++ b/.github/workflows/cmake-rocm-windows.yml @@ -122,7 +122,7 @@ jobs: continue-on-error: true with: file_glob: true - file: D:\a\koboldcpp-rocm\koboldcpp-rocm\dist\* + file: D:\a\koboldcpp-rocm\koboldcpp-rocm\dist\*.* release_name: KoboldCPP-${{ inputs.version }} tag: ${{ inputs.version }} make_latest: true