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:
parent
aee357b15f
commit
f84babf568
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user