project-client/.github/workflows/winget-submission.yml

18 lines
444 B
YAML
Raw Normal View History

2023-08-27 20:27:23 +00:00
name: Submit to Winget Community Repo
on:
release:
types: [published]
jobs:
winget:
name: Publish winget package
runs-on: ubuntu-latest
2023-08-27 20:27:23 +00:00
steps:
- name: Submit package to Winget Community Repo
uses: vedantmgoyal2009/winget-releaser@52ef3f3028ed79a9606d7678d0a88d295bc0c690 # v2
with:
identifier: Vencord.Vesktop
token: ${{ secrets.WINGET_PAT }}
installers-regex: '\.exe$'