Skip to content

Red Panda C++ Version 2.26 #15

Red Panda C++ Version 2.26

Red Panda C++ Version 2.26 #15

Workflow file for this run

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 }}