mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-19 05:11:53 +00:00
15 lines
288 B
YAML
15 lines
288 B
YAML
|
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 }}
|