瀏覽代碼

explicitlly state arch for exe installer

Armin Schrenk 3 月之前
父節點
當前提交
60459c739e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/win-exe.yml

+ 1 - 0
.github/workflows/win-exe.yml

@@ -432,6 +432,7 @@ jobs:
         working-directory: dist/win
         run: >
           wix build
+          -arch ${{ matrix.arch }}
           -define BundleName="Cryptomator"
           -define BundleVersion="${{ needs.get-version.outputs.semVerNum }}.${{ needs.get-version.outputs.revNum}}"
           -define BundleVendor="Skymatic GmbH"