Add Winget Releaser workflow
This commit is contained in:
parent
49147694de
commit
7cc5e1345c
1 changed files with 14 additions and 0 deletions
14
.github/workflows/winget.yml
vendored
Normal file
14
.github/workflows/winget.yml
vendored
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue