Skip to content

Commit 2420595

Browse files
authored
Update webroot-matrix.yml
1 parent 28a80f9 commit 2420595

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/webroot-matrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ jobs:
9999
for %%e in (%executes%) do (
100100
101101
echo ant -buildfile=..\..\build.xml -Dwebroot="%%w" -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
102-
ant -v -buildfile ..\..\build.xml -Dwebroot=%%w -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
102+
ant -v -buildfile=..\..\build.xml -Dwebroot=%%w -Dexecute=%%e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
103103
if errorlevel 1 (
104-
set cmd=ant -buildfile build.xml -Dwebroot=%%w -Dexecute="%%e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
104+
set cmd=ant -buildfile=build.xml -Dwebroot=%%w -Dexecute="%%e" -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=%LUCEE_VERSION_QUERY%
105105
echo ## Platform: windows-latest ^| Shell: cmd>> %GITHUB_STEP_SUMMARY%
106106
echo (cd): %cd%>> %GITHUB_STEP_SUMMARY%
107107
echo ### %cmd%>> %GITHUB_STEP_SUMMARY%
@@ -138,7 +138,7 @@ jobs:
138138
$LASTEXITCODE = 0
139139
iex $cmd
140140
if ($LASTEXITCODE -ne 0) {
141-
$cmd = "ant -buildfile ../../build.xml -Dwebroot=$w -Dexecute=$e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$luceeVersionQuery"
141+
$cmd = "ant -buildfile=../../build.xml -Dwebroot=$w -Dexecute=$e -DpreCleanup=false -DpostCleanup=false -DluceeVersionQuery=$luceeVersionQuery"
142142
$platform = "windows-latest"
143143
$shell = "pwsh"
144144
$summary = @()

0 commit comments

Comments
 (0)