From 3461a930c306981dd476ec30639305f00a8f31b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Mon, 16 Sep 2024 19:47:10 +0200 Subject: [PATCH] Point to new WinGet package (https://github.com/microsoft/winget-pkgs/issues/173379) --- .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 1d1b63104..726a19d83 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: - identifier: SomePythonThings.WingetUIStore + identifier: MartiCliment.UniGetUI version: ${{ github.event.release.tag_name }} token: ${{ secrets.WINGET_TOKEN }}