aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-03-17 21:35:23 -0700
committerJohn MacFarlane <[email protected]>2024-03-17 21:35:23 -0700
commitb1e2e452deb36e050c0b81c4c2351d5a829d2977 (patch)
tree072f1979a1fe8d7e80054589ce1f5d1395461ef0
parenta32942e4289331f6572d78cc6910c4ae27e21f15 (diff)
release-candidate action: update WiX path.pandoc-cli-3.1.12.33.1.12.3
3.14 is now used.
-rw-r--r--.github/workflows/release-candidate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index aef1abcfe..ace971539 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\