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:
parent
bfdfc31e68
commit
529e8b4005
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user