From b775345d788ac16260e7eef49e11fe57ee5677f7 Mon Sep 17 00:00:00 2001 From: Diego Devesa Date: Fri, 23 May 2025 13:14:00 -0700 Subject: [PATCH] ci : enable winget package updates (#13734) --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 0a1737ec..5c286155 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -38,5 +38,5 @@ jobs: komac update --version ${{ env.VERSION }} \ --urls "https://github.com/ggml-org/llama.cpp/releases/download/${{ env.VERSION }}/llama-${{ env.VERSION }}-bin-win-vulkan-x64.zip" \ --token ${{ secrets.WINGET_GITHUB_TOKEN }} \ - --dry-run \ + --submit \ ggml.llamacpp