소스 검색

fix winget release

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