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 32956d1438
ci: pin
2023-08-28 13:34:24 +01:00

17 lines
439 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@688c38a2f42ed9b26438c69da3f96efd7b6ead1d
with:
identifier: Vencord.Vesktop
token: ${{ secrets.WINGET_PAT }}
installers-regex: '\.exe$'