mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Update winget.yml
This commit is contained in:
4
.github/workflows/winget.yml
vendored
4
.github/workflows/winget.yml
vendored
@@ -7,12 +7,12 @@ jobs:
|
|||||||
runs-on: windows-latest # action can only be run on windows
|
runs-on: windows-latest # action can only be run on windows
|
||||||
steps:
|
steps:
|
||||||
- if: github.event.action == 'released'
|
- if: github.event.action == 'released'
|
||||||
uses: telegramdesktop/winget-releaser@latest
|
uses: telegramdesktop/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: Telegram.TelegramDesktop
|
identifier: Telegram.TelegramDesktop
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
- if: github.event.action == 'prereleased'
|
- if: github.event.action == 'prereleased'
|
||||||
uses: telegramdesktop/winget-releaser@latest
|
uses: telegramdesktop/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: Telegram.TelegramDesktop.Beta
|
identifier: Telegram.TelegramDesktop.Beta
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user