mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-25 21:49:04 +08:00
Merge pull request #785 from vedantmgoyal2009/master
automate publishing of rustdesk to winget
This commit is contained in:
commit
05e269a0bb
12
.github/workflows/winget.yml
vendored
Normal file
12
.github/workflows/winget.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Publish to WinGet
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest # action can only be run on windows
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0
|
||||
with:
|
||||
identifier: RustDesk.RustDesk
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
Loading…
Reference in New Issue
Block a user