mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
Create winget.yml
This commit is contained in:
parent
6ae988ba88
commit
47d8b2b03d
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