mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-19 23:52:06 +00:00
fix: winget not being installer
This commit is contained in:
parent
372288cfa4
commit
1451553617
1 changed files with 1 additions and 1 deletions
2
.github/workflows/winget.yml
vendored
2
.github/workflows/winget.yml
vendored
|
|
@ -10,5 +10,5 @@ jobs:
|
|||
uses: vedantmgoyal2009/winget-releaser@v2
|
||||
with:
|
||||
identifier: ThaUnknown.Miru
|
||||
installers-regex: '\.exe$'
|
||||
installers-regex: '\installer.exe$'
|
||||
token: ${{ secrets.WINGET_TOKEN }}
|
||||
Loading…
Reference in a new issue