Update winget.yml

This commit is contained in:
RustDesk
2025-05-14 01:18:54 +08:00
committed by GitHub
parent d00b8bb580
commit 9c0711e1db

View File

@@ -2,6 +2,7 @@ name: Publish to WinGet
on: on:
release: release:
types: [released] types: [released]
workflow_dispatch:
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -9,5 +10,5 @@ jobs:
- uses: vedantmgoyal9/winget-releaser@main - uses: vedantmgoyal9/winget-releaser@main
with: with:
identifier: RustDesk.RustDesk identifier: RustDesk.RustDesk
version: ${{ github.event.release.tag_name }} version: 1.4.0
token: ${{ secrets.WINGET_TOKEN }} token: ${{ secrets.WINGET_TOKEN }}