Vesktop/.github/workflows/publish.yaml
2023-08-27 00:06:36 +08:00

14 lines
No EOL
336 B
YAML

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- name: Publish to WinGet
uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: Vendicated.Vesktop
installers-regex: '\.exe$'
token: ${{ secrets.GITHUB_TOKEN }}