From c37d46745623043eb9d03d91500edecacc5663ac Mon Sep 17 00:00:00 2001 From: Vedant Mohan Goyal <83997633+vedantmgoyal9@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:20:23 +0530 Subject: [PATCH] Fix GitHub Action to use correct repository for WinGet --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 608daebd..4ddfb1cf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -255,7 +255,7 @@ jobs: tag: ${{ github.ref }} - name: Deploy to WinGet - uses: vedantmgoyal2009/winget-releaser@v2 + uses: vedantmgoyal9/winget-releaser@v2 continue-on-error: true with: identifier: ChilliBits.CCom