rustdesk/.github/workflows/winget.yml
RustDesk cee69bb8b4
Some checks are pending
CI / ${{ matrix.job.target }} (${{ matrix.job.os }}) (map[os:ubuntu-22.04 target:x86_64-unknown-linux-gnu]) (push) Waiting to run
Full Flutter CI / run-ci (push) Waiting to run
Update winget.yml
2025-05-14 01:33:08 +08:00

16 lines
343 B
YAML

name: Publish to WinGet
on:
release:
types: [released]
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: RustDesk.RustDesk
version: "1.4.0"
release-tag: "1.4.0"
token: ${{ secrets.WINGET_TOKEN }}