From 79ebf4f593f66d36d1d318284891585a5b073b54 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 4 Dec 2022 05:57:29 -1000 Subject: [PATCH] github: Correct environment variable name and explicitly exit with 0 status --- Visual Studio Projects/build_simulators.cmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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