diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-19 16:24:13 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-19 16:31:50 +0100 |
commit | 8cbec3d5a0604e75b52c57fcd4ee958935bac921 (patch) | |
tree | 85e0578103721a8e14b901a86a43850795bb64f6 /.github/workflows/winget.yml | |
parent | cdf05e74c81e1916131641e4be9362e788ec3617 (diff) | |
download | PrismLauncher-8cbec3d5a0604e75b52c57fcd4ee958935bac921.tar.gz PrismLauncher-8cbec3d5a0604e75b52c57fcd4ee958935bac921.tar.bz2 PrismLauncher-8cbec3d5a0604e75b52c57fcd4ee958935bac921.zip |
fix: update installers-regex for winget releaser again
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to '.github/workflows/winget.yml')
-rw-r--r-- | .github/workflows/winget.yml | 2 |
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 }} |