chore(actions): use msix for modern builds in winget release

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-06-19 04:39:23 -04:00
parent 5e5faa7239
commit 7dda497cc6
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -11,5 +11,5 @@ jobs:
with:
identifier: PrismLauncher.PrismLauncher
version: ${{ github.event.release.tag_name }}
installers-regex: 'PrismLauncher-Windows-MSVC(:?-arm64|-Legacy)?-Setup-.+\.exe$'
installers-regex: 'PrismLauncher-Windows-MSVC(-arm64|-Legacy-Setup)?-\d.+\.(exe|msix)?$'
token: ${{ secrets.WINGET_TOKEN }}