mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Update winget.yml
This commit is contained in:
parent
d00b8bb580
commit
9c0711e1db
1 changed files with 2 additions and 1 deletions
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Publish to WinGet
|
|||
on:
|
||||
release:
|
||||
types: [released]
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -9,5 +10,5 @@ jobs:
|
|||
- uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: RustDesk.RustDesk
|
||||
version: ${{ github.event.release.tag_name }}
|
||||
version: 1.4.0
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue