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