mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
Merge pull request #1648 from vedantmgoyal2009/patch-1
Update winget.yml
This commit is contained in:
commit
551c5ecddf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/winget.yml
vendored
3
.github/workflows/winget.yml
vendored
|
|
@ -6,7 +6,8 @@ jobs:
|
|||
publish:
|
||||
runs-on: windows-latest # action can only be run on windows
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@latest
|
||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
with:
|
||||
identifier: RustDesk.RustDesk
|
||||
version: ${{ github.event.release.tag_name }}
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue