RedPanda-CPP/.github/workflows/winget.yml

14 lines
308 B
YAML
Raw Permalink Normal View History

2022-07-28 22:44:08 +08:00
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: ubuntu-latest
2022-07-28 22:44:08 +08:00
steps:
- uses: vedantmgoyal9/winget-releaser@main
2022-07-28 22:44:08 +08:00
with:
identifier: RoyQu.RedPanda-C++
installers-regex: 'MinGW.*.exe$'
token: ${{ secrets.WINGET_TOKEN }}