diff --git a/Visual Studio Projects/build_simulators.cmd b/Visual Studio Projects/build_simulators.cmd index f276a454..15bb4f16 100644 --- a/Visual Studio Projects/build_simulators.cmd +++ b/Visual Studio Projects/build_simulators.cmd @@ -31,5 +31,6 @@ echo Creating Zip File: %_ZipPath% Powershell -NoLogo -Command Compress-Archive -Force -Path "BIN\NT\Win32-Release\*.exe" -DestinationPath "%_ZipPath%" dir %_ZipPath% set -echo ZIPPATH=%_ZipPath% >> %GITHUM_ENV% -echo Done. \ No newline at end of file +echo ZIPPATH=%_ZipPath% >> %GITHUB_ENV% +echo Done. +exit 0 \ No newline at end of file