diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-12 19:03:31 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-12 19:03:32 +0100 |
commit | c44f9310593452f4430034890f4fbe5df3560a1d (patch) | |
tree | 63199dea55465442774213ec381d5fef4517ab87 /.github/workflows/winget.yml | |
parent | 15084c8d6d29b799506e4747b1223a6d4eca53eb (diff) | |
download | PrismLauncher-c44f9310593452f4430034890f4fbe5df3560a1d.tar.gz PrismLauncher-c44f9310593452f4430034890f4fbe5df3560a1d.tar.bz2 PrismLauncher-c44f9310593452f4430034890f4fbe5df3560a1d.zip |
fix: update installers-regex for winget releaser
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 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 }} |