Armin Schrenk 2 miesięcy temu
rodzic
commit
1184ba6748
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/winget.yml

+ 1 - 1
.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 }}