1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-12 08:46:34 +01:00
Whalebird-desktop-client-ma.../.github/workflows/winget.yml
2022-06-19 00:00:52 +05:30

13 lines
315 B
YAML

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@latest
with:
identifier: h3poteto.whalebird-desktop
token: ${{ secrets.WINGET_TOKEN }}