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

github: Trying yet another syntax for quoted cmd command

This commit is contained in:
Mark Pizzolato
2022-12-03 18:02:44 -10:00
parent aee357b15f
commit f84babf568
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,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 -Path "BIN\NT\Win32-Release\*.exe" -DestinationPath "%_ZipPath%"
echo ZIPPATH=%_ZipPath% >> %GITHUM_ENV%
:Done
echo ZIPPATH=%_ZipPath% >> %GITHUM_ENV%
:Done
popd