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:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user