This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
project-client/.github/workflows/winget-submission.yml
Lewis Crichton 5f4a97c490
ci: switch to vedantmgoyal2009/winget-releaser
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.
2023-08-28 13:28:37 +01:00

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$'