We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00b8bb commit 9c0711eCopy full SHA for 9c0711e
1 file changed
.github/workflows/winget.yml
@@ -2,12 +2,13 @@ name: Publish to WinGet
2
on:
3
release:
4
types: [released]
5
+ workflow_dispatch:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: vedantmgoyal9/winget-releaser@main
11
with:
12
identifier: RustDesk.RustDesk
- version: ${{ github.event.release.tag_name }}
13
+ version: 1.4.0
14
token: ${{ secrets.WINGET_TOKEN }}
0 commit comments