aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-15 16:35:15 +0100
committerGitHub <noreply@github.com>2022-12-15 16:35:15 +0100
commit3b81ada1c31280aa7833436e80e9a4d1210d7e2a (patch)
treef41d24cfca0483cfd872174b54793e230a2ea6a7
parent4f1ea712da46e34a6a1bd75ac68b080bac786462 (diff)
parentc44f9310593452f4430034890f4fbe5df3560a1d (diff)
downloadPrismLauncher-3b81ada1c31280aa7833436e80e9a4d1210d7e2a.tar.gz
PrismLauncher-3b81ada1c31280aa7833436e80e9a4d1210d7e2a.tar.bz2
PrismLauncher-3b81ada1c31280aa7833436e80e9a4d1210d7e2a.zip
Merge pull request #593 from Scrumplex/fix-winget-release-no999999
-rw-r--r--.github/workflows/winget.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml
index 5c34040f..b4136df5 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 }}