Works on Linux which should in theory be faster than a Windows runner, + it uses Komac which ironically has much better support for Winget manifest generation than Microsoft's own tooling.
17 lines
401 B
YAML
17 lines
401 B
YAML
name: Submit to Winget Community Repo
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
winget:
|
|
name: Publish winget package
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Submit package to Winget Community Repo
|
|
uses: vedantmgoyal2009/winget-releaser@v2
|
|
with:
|
|
identifier: Vencord.Vesktop
|
|
token: ${{ secrets.WINGET_PAT }}
|
|
installers-regex: '\.exe$'
|