1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

github: Correct environment variable name and explicitly exit with 0 status

This commit is contained in:
Mark Pizzolato
2022-12-04 05:57:29 -10:00
parent 529e8b4005
commit 79ebf4f593

View File

@@ -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.
echo ZIPPATH=%_ZipPath% >> %GITHUB_ENV%
echo Done.
exit 0