Update winget.yml

This commit is contained in:
RustDesk 2025-05-14 01:18:54 +08:00 committed by GitHub
parent d00b8bb580
commit 9c0711e1db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}