diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 6343690b4..651b38a25 100644 --- a/.github/workflows/win-exe.yml +++ b/.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"