fix winget release

Fixes #464
This commit is contained in:
ReenigneArcher 2022-11-02 10:09:01 -04:00 committed by GitHub
parent cf2de6e81e
commit 89a0109fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -901,7 +901,7 @@ jobs:
release-winget:
name: Release to WinGet
needs: build_win
needs: [setup_release, build_win]
if: ${{ needs.setup_release.outputs.create_release == 'true' && github.ref == 'refs/heads/master' }}
runs-on: windows-latest # the required action can only be run on Windows
steps: