mirror of
https://github.com/simh/simh.git
synced 2026-04-29 05:05:14 +00:00
github: Get missing context from last failure
This commit is contained in:
@@ -29,4 +29,7 @@ set _ZipName=simh-%_SIM_MAJOR%.%_SIM_MINOR%%_SIM_PATCH%%_SIM_VERSION_MODE%--%D_Y
|
|||||||
set _ZipPath=BIN\NT\%_ZipName%
|
set _ZipPath=BIN\NT\%_ZipName%
|
||||||
echo Creating Zip File: %_ZipPath%
|
echo Creating Zip File: %_ZipPath%
|
||||||
Powershell -NoLogo -Command Compress-Archive -Force -Path "BIN\NT\Win32-Release\*.exe" -DestinationPath "%_ZipPath%"
|
Powershell -NoLogo -Command Compress-Archive -Force -Path "BIN\NT\Win32-Release\*.exe" -DestinationPath "%_ZipPath%"
|
||||||
|
dir %_ZipPath%
|
||||||
|
set
|
||||||
echo ZIPPATH=%_ZipPath% >> %GITHUM_ENV%
|
echo ZIPPATH=%_ZipPath% >> %GITHUM_ENV%
|
||||||
|
echo Done.
|
||||||
Reference in New Issue
Block a user