Skip to content

Commit

Permalink
Fix for path to WiX installer in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed Mar 18, 2024
1 parent fbd9530 commit 9ebfc42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
run: |
mkdir installer
cp gambit* installer
echo ${WIX}
echo "${WIX}bin" >> $GITHUB_PATH
candle gambit.wxs
light -ext WixUIExtension gambit.wixobj
Expand Down

0 comments on commit 9ebfc42

Please sign in to comment.