Create winget.yml

This commit is contained in:
Begula 2022-05-07 09:14:04 +05:30 committed by John Preston
parent 060cd0aab9
commit 598a4b3922

12
.github/workflows/winget.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0
with:
identifier: Telegram.TelegramDesktop
token: ${{ secrets.WINGET_TOKEN }}