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

github: Fix update to CI to create artifact zip file

This commit is contained in:
Mark Pizzolato
2022-12-02 17:22:33 -10:00
parent 6c94f894ad
commit d4032402a5

View File

@@ -72,4 +72,5 @@ jobs:
$zipfile = "simh-4.0-Current--$datetime-$id.zip"
$zippath = "$pwd\NT\$zipfile"
Compress-Archive -Path "$pwd\NT\Win32-Release\*.exe" -DestinationPath "$zippath"
path: "$zippath"
echo "ZIPPATH=$zippath" | Out-File -Append -Encoding ASCII -FilePath $Env:GITHUB_ENV
path: ${{ env.ZIPPATH }}