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 }}