1
0
mirror of https://github.com/simh/simh.git synced 2026-01-18 00:53:22 +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

@ -59,7 +59,7 @@ jobs:
- name: vs2022-xp build and save XP runnable binaries in a Zip file
shell: cmd
run: 'Visual Studio Projects\build_simulators.cmd'
run: '"Visual Studio Projects\build_simulators.cmd"'
- uses: actions/upload-artifact@v3
with:

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