Merge pull request #994 from Scrumplex/fix-winget-releaser

Fix WinGet releaser
This commit is contained in:
LennyMcLennington 2022-08-04 16:20:23 +01:00 committed by GitHub
commit 058b9f9272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,5 +10,5 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@latest
with:
identifier: PolyMC.PolyMC
installers-regex: '\.exe$'
installers-regex: 'PolyMC-Windows-Setup-.+\.exe$'
token: ${{ secrets.WINGET_TOKEN }}