aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-19 16:36:42 +0100
committerGitHub <noreply@github.com>2022-12-19 16:36:42 +0100
commit8c194cd245c7cf0431a7dfcba1aea5b4eee0304b (patch)
tree85e0578103721a8e14b901a86a43850795bb64f6
parentcdf05e74c81e1916131641e4be9362e788ec3617 (diff)
parent8cbec3d5a0604e75b52c57fcd4ee958935bac921 (diff)
downloadPrismLauncher-8c194cd245c7cf0431a7dfcba1aea5b4eee0304b.tar.gz
PrismLauncher-8c194cd245c7cf0431a7dfcba1aea5b4eee0304b.tar.bz2
PrismLauncher-8c194cd245c7cf0431a7dfcba1aea5b4eee0304b.zip
Merge pull request #649 from Scrumplex/fix-winget-release-no9999999
-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 b4136df5..ef9561cf 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)?-Setup-.+\.exe$'
+ installers-regex: 'PrismLauncher-Windows-MSVC(:?-arm64|-Legacy)?-Setup-.+\.exe$'
token: ${{ secrets.WINGET_TOKEN }}