diff options
Diffstat (limited to '.github')
-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 }} |