diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-29 16:25:12 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-29 16:25:12 +0200 |
commit | 22f5011451088857d470733aed4b47952eb2887a (patch) | |
tree | b3c04a33f7c505d2c2e5f8864a9471cbf33c9350 /.github/workflows/winget.yml | |
parent | 74120fe1f3b072b78298dce68aedb397efb522a2 (diff) | |
download | PrismLauncher-22f5011451088857d470733aed4b47952eb2887a.tar.gz PrismLauncher-22f5011451088857d470733aed4b47952eb2887a.tar.bz2 PrismLauncher-22f5011451088857d470733aed4b47952eb2887a.zip |
fix(winget): strictly match non-Legacy setup
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 b8ecce13..98981e80 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,5 +10,5 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@latest with: identifier: PolyMC.PolyMC - installers-regex: '\.exe$' + installers-regex: 'PolyMC-Windows-Setup-.+\.exe$' token: ${{ secrets.WINGET_TOKEN }} |