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:
@@ -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
|
||||
Reference in New Issue
Block a user