From 2a819f1ca029f6dc63f74cdc3d2f46fea8d6e2bb Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 15 Dec 2022 16:35:15 +0100 Subject: [PATCH] Merge pull request #593 from Scrumplex/fix-winget-release-no999999 --- .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 5c34040f7..b4136df5b 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-Setup-.+\.exe$' + installers-regex: 'PrismLauncher-Windows-MSVC(:?-arm64)?-Setup-.+\.exe$' token: ${{ secrets.WINGET_TOKEN }}