diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index b826061e..59f5bc9a 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -9,5 +9,5 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: Balena.Etcher - installer-regex: 'balenaEtcher-Setup.*.exe$' + installers-regex: 'balenaEtcher-Setup.*.exe$' token: ${{ secrets.WINGET_PAT }}