From: Diego Devesa Date: Fri, 23 May 2025 20:14:00 +0000 (-0700) Subject: ci : enable winget package updates (#13734) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b775345d788ac16260e7eef49e11fe57ee5677f7;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : enable winget package updates (#13734) --- 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