From 1184ba67488b22b0c0959aa7f2807c802f187305 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 11 Jun 2025 11:40:53 +0200 Subject: [PATCH] fix winget --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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