From b1e2e452deb36e050c0b81c4c2351d5a829d2977 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 17 Mar 2024 21:35:23 -0700 Subject: [PATCH] release-candidate action: update WiX path. 3.14 is now used. --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index aef1abcfeea4..ace9715391c6 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -57,7 +57,7 @@ jobs: cd windows echo Creating msi... dir - @set WIXBIN="c:\Program Files (x86)\WiX Toolset v3.11\bin" + @set WIXBIN="c:\Program Files (x86)\WiX Toolset v3.14\bin" @set WORKDIR=%CD% echo Running candle... %WIXBIN%\candle -arch ${{ matrix.versions.arch }} -dVERSION=%VERSION% -dBINPATH=%RELEASE% *.wxs -out wixobj\