diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 6d5a9c57d..476e409e3 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -23,5 +23,5 @@ jobs: identifier: Cryptomator.Cryptomator version: ${{ inputs.tag }} release-tag: ${{ inputs.tag }} - installers-regex: '\.msi$' + installers-regex: '-x64\.msi$' token: ${{ secrets.CRYPTOBOT_WINGET_TOKEN }} \ No newline at end of file