diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 1bae1bc7f90..324b1c8eef3 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -160,7 +160,7 @@ jobs: if: matrix.os == 'windows-latest' run: | curl -L -o wix.exe https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314.exe - .\wix314.exe /install /quiet + .\wix.exe /install /quiet # Build installer - name: Build Installer