mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-11 15:40:11 +00:00
Merge pull request #472 from LizardByte/fix/CI-winget-releaser
fix winget release
This commit is contained in:
commit
92f5c49685
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user