Armin Schrenk пре 2 година
родитељ
комит
11a55f382a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/win-exe.yml

+ 1 - 1
.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: |