diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 18d7e89cc13..53e8083fc3b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -505,3 +505,10 @@ jobs: next_version: ${{ needs.check_changelog.outputs.next_version }} last_version: ${{ needs.check_changelog.outputs.last_version }} release_body: ${{ needs.check_changelog.outputs.release_body }} + + - name: Publish to Winget + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0 + with: + identifier: SunshineStream.Sunshine + token: ${{ secrets.WINGET_TOKEN }}