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

14 lines
346 B
YAML
Raw Normal View History

2022-07-28 22:44:08 +08:00
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
2022-09-29 19:36:12 +08:00
- uses: vedantmgoyal2009/winget-releaser@v1
2022-07-28 22:44:08 +08:00
with:
identifier: RoyQu.RedPanda-C++
installers-regex: 'MinGW.*.exe$'
token: ${{ secrets.WINGET_TOKEN }}