rustdesk/.github/workflows/winget.yml

13 lines
306 B
YAML
Raw Normal View History

2022-06-15 21:05:36 +08:00
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
2022-06-19 02:25:31 +08:00
- uses: vedantmgoyal2009/winget-releaser@latest
2022-06-15 21:05:36 +08:00
with:
identifier: RustDesk.RustDesk
token: ${{ secrets.WINGET_TOKEN }}