cleaned up workflows

This commit is contained in:
2023-09-21 16:17:09 -05:00
parent 32a32e4a72
commit 3eea8845cb
10 changed files with 1727 additions and 1572 deletions

13
.github/workflows-backup/winget.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: RustDesk.RustDesk
version: ${{ github.event.release.tag_name }}
token: ${{ secrets.WINGET_TOKEN }}