diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 617d9d824..851de9cb3 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -203,10 +203,8 @@ jobs: platform="x64" ;; *_arm64 ) - echo "skipping building MSI for arm64 because WiX 3.11 doesn't support it: https://github.com/wixtoolset/issues/issues/6141" >&2 - continue - #source_dir="$PWD/dist/windows_windows_arm64" - #platform="arm64" + source_dir="$PWD/dist/windows_windows_arm64" + platform="arm64" ;; * ) printf "unsupported architecture: %s\n" "$MSI_NAME" >&2