1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 23:35:57 +00:00

github: Get missing context from last failure

This commit is contained in:
Mark Pizzolato 2022-12-03 23:11:14 -10:00
parent bfdfc31e68
commit 529e8b4005

View File

@ -29,4 +29,7 @@ set _ZipName=simh-%_SIM_MAJOR%.%_SIM_MINOR%%_SIM_PATCH%%_SIM_VERSION_MODE%--%D_Y
set _ZipPath=BIN\NT\%_ZipName%
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.