Whalebird-desktop-client-ma.../.github/workflows/winget.yml

13 lines
355 B
YAML
Raw Normal View History

2022-05-08 19:25:29 +02:00
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: h3poteto.whalebird-desktop
token: ${{ secrets.WINGET_TOKEN }}