Merge branch 'master' of github.com:royqh1979/RedPanda-CPP
This commit is contained in:
commit
63de2e72b1
|
@ -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@v1
|
||||||
|
with:
|
||||||
|
identifier: RoyQu.RedPanda-C++
|
||||||
|
installers-regex: 'MinGW.*.exe$'
|
||||||
|
token: ${{ secrets.WINGET_TOKEN }}
|
Loading…
Reference in New Issue