armcord/.github/workflows/winget.yml
sitiom 7701a5e8fe
Update Winget Releaser workflow (#208)
* Update Winget Releaser workflow

* Add github-actions to dependabot
2022-09-29 17:08:27 +00:00

14 lines
314 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@v1
with:
identifier: ArmCord.ArmCord
token: ${{ secrets.WINGET_TOKEN }}