Skip to content

Commit df8e7e4

Browse files
committed
sorry
1 parent 3b67dde commit df8e7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: Compile wxs files
145145
shell: pwsh
146146
run: |
147-
candle.exe -ext WixUtilExtension -ext WixUIExtension "iis\installer.wxs" "iis\ModSec64.wxs" -arch x64 -dModSecurityIISRelease64="iis\release\amd64\"
147+
candle.exe -ext WixUtilExtension -ext WixUIExtension "iis\installer.wxs" "iis\ModSec64.wxs" -arch x64 -dModSecurityIISRelease64="iis\release\amd64\" -out iis\
148148
candle.exe -ext WixUtilExtension -ext WixUIExtension "iis\ModSec32.wxs" -arch x86 -dModSecurityIISRelease32="iis\release\x86\" -out iis\
149149
150150
- name: Link wixobj files into MSI

0 commit comments

Comments
 (0)