8000 ci : enable winget package updates (#13734) · ggml-org/llama.cpp@b775345 · GitHub
[go: up one dir, main page]

Skip to content

Commit b775345

Browse files
authored
ci : enable winget package updates (#13734)
1 parent a70a8a6 commit b775345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
komac update --version ${{ env.VERSION }} \
3939
--urls "https://github.com/ggml-org/llama.cpp/releases/download/${{ env.VERSION }}/llama-${{ env.VERSION }}-bin-win-vulkan-x64.zip" \
4040
--token ${{ secrets.WINGET_GITHUB_TOKEN }} \
41-
--dry-run \
41+
--submit \
4242
ggml.llamacpp

0 commit comments

Comments
 (0)
0