Fix installer selection for winget-releaser

This commit is contained in:
Vedant 2023-05-21 18:37:04 +05:30 committed by John Preston
parent 082ffb6cd1
commit 1d2a50c407
1 changed files with 2 additions and 0 deletions

View File

@ -10,9 +10,11 @@ jobs:
uses: telegramdesktop/winget-releaser@main
with:
identifier: Telegram.TelegramDesktop
installers-regex: 't(setup|portable).*(exe|zip)$'
token: ${{ secrets.WINGET_TOKEN }}
- if: github.event.action == 'prereleased'
uses: telegramdesktop/winget-releaser@main
with:
identifier: Telegram.TelegramDesktop.Beta
installers-regex: 't(setup|portable).*(exe|zip)$'
token: ${{ secrets.WINGET_TOKEN }}