From f3e7c08b4318bfe3ee651ad8b844df2c2785a8f8 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 7 Mar 2023 12:19:05 +0100 Subject: [PATCH] deactivate winget workflow --- .github/workflows/win-exe.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 8e46c8908..cb754ca17 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -203,15 +203,6 @@ jobs: *.msi *.asc - call-winget-flow: - needs: [get-version, build-msi] - if: github.event.action == 'published' && needs.get-version.outputs.versionType == 'stable' - uses: ./.github/workflows/winget.yml - with: - releaseTag: ${{ github.event.release.tag_name }} - secrets: inherit - - build-exe: name: Build .exe installer runs-on: windows-latest