Skip to content

Commit

Permalink
release-candidate action: update WiX path.
Browse files Browse the repository at this point in the history
3.14 is now used.
  • Loading branch information
jgm committed Mar 18, 2024
1 parent a32942e commit b1e2e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit b1e2e45

Please sign in to comment.