Update winget-releaser to latest (#480)
This commit is contained in:
parent
5a5f047f1e
commit
f043e02b13
|
@ -4,9 +4,9 @@ on:
|
|||
types: [released]
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: windows-latest # action can only be run on windows
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: vedantmgoyal2009/winget-releaser@v1
|
||||
- uses: vedantmgoyal9/winget-releaser@main
|
||||
with:
|
||||
identifier: RoyQu.RedPanda-C++
|
||||
installers-regex: 'MinGW.*.exe$'
|
||||
|
|
Loading…
Reference in New Issue