From 33fe4b2c1abcb7f71f42a4b682f174422cb72a00 Mon Sep 17 00:00:00 2001 From: mcraa <6892971+mcraa@users.noreply.github.com> Date: Mon, 2 Jan 2023 21:17:55 +0100 Subject: [PATCH] patch: fixed winget parameter name --- .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 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 }}