fix winget release

This commit is contained in:
Armin Schrenk
2022-07-27 17:16:33 +02:00
parent 0c5021913c
commit 11a55f382a

View File

@@ -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: |