armcord/.github/workflows/winget.yml
sitiom bf87cc6cda
Add Winget Releaser workflow (#202)
* Add Winget Releaser workflow

* Add Winget instructions in the readme
2022-09-27 13:27:49 +00:00

13 lines
318 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: ArmCord.ArmCord
token: ${{ secrets.WINGET_TOKEN }}