From f984d4ad4fad448a5c03eaf0e921206aae6f3b46 Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:49:56 -0600 Subject: [PATCH] Update 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 0f6c781402f6b..9f89439dbc549 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\*.zip,*.exe release_name: KoboldCPP-${{ inputs.version }} tag: ${{ inputs.version }} make_latest: true