From 11a55f382a36a2802fc64cab725208d3ee7b1a2c Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 27 Jul 2022 17:16:33 +0200 Subject: [PATCH] fix winget release --- .github/workflows/win-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 245aa570e..48e9e61ff 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -198,7 +198,7 @@ jobs: name: Publish on winget repo runs-on: windows-latest needs: [build-msi] - if: github.event.action == 'release' || inputs.winget-release + if: github.event.action == 'published' || inputs.winget-release steps: - name: Submit package to Windows Package Manager Community Repository run: |