Add Winget Releaser workflow

This commit is contained in:
Ryan Caezar Itang 2022-08-03 23:31:29 +08:00
parent 49147694de
commit 7cc5e1345c
No known key found for this signature in database
GPG Key ID: E7C6E0E004B3AED1

14
.github/workflows/winget.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: LizardByte.Sunshine
token: ${{ secrets.GH_BOT_TOKEN }}