Skip to content

Commit 9c0711e

Browse files
authored
Update winget.yml
1 parent d00b8bb commit 9c0711e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/winget.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Publish to WinGet
22
on:
33
release:
44
types: [released]
5+
workflow_dispatch:
56
jobs:
67
publish:
78
runs-on: ubuntu-latest
89
steps:
910
- uses: vedantmgoyal9/winget-releaser@main
1011
with:
1112
identifier: RustDesk.RustDesk
12-
version: ${{ github.event.release.tag_name }}
13+
version: 1.4.0
1314
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)