Create winget.yml

This commit is contained in:
Vedant 2022-07-28 20:14:08 +05:30 committed by GitHub
parent 1ce0ec3d32
commit 0355e9f897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/workflows/winget.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: RoyQu.RedPanda-C++
installers-regex: 'MinGW.*.exe$'
token: ${{ secrets.WINGET_TOKEN }}