armcord/.github/workflows/winget.yml

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 }}