From 7dda497cc6eb1245cdc000fc60c3f9b847c7489e Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 19 Jun 2023 04:39:23 -0400 Subject: [PATCH] chore(actions): use msix for modern builds in winget release Signed-off-by: seth --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index eacf23099..5dddd3ba9 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -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 }}