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