From ecf70daca8bf2b4a562832bdfb48db2dcb7adc95 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:44:16 -0700 Subject: [PATCH] does this space affects? Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- scripts/build/Platform/Windows/installer_windows.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/Platform/Windows/installer_windows.cmd b/scripts/build/Platform/Windows/installer_windows.cmd index 6f793cab64..87f53adc7f 100644 --- a/scripts/build/Platform/Windows/installer_windows.cmd +++ b/scripts/build/Platform/Windows/installer_windows.cmd @@ -48,7 +48,7 @@ IF ERRORLEVEL 1 ( ) IF NOT "%CPACK_BUCKET%"=="" ( - SET "CPACK_OPTIONS=-DCPACK_UPLOAD_URL=s3://%CPACK_BUCKET% %CPACK_OPTIONS%" + SET "CPACK_OPTIONS=-D CPACK_UPLOAD_URL=s3://%CPACK_BUCKET% %CPACK_OPTIONS%" ) ECHO [ci_build] "!CPACK_PATH!" -C %CONFIGURATION% %CPACK_OPTIONS%