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