1
0
mirror of https://github.com/simh/simh.git synced 2026-01-21 18:15:31 +00:00

AppVeyor: Only include build targets in artifacts

This commit is contained in:
Mark Pizzolato 2023-07-05 04:07:54 -10:00
parent 4eb8c65be8
commit e499d09f85

View File

@ -58,6 +58,8 @@ build_script:
$id_name_pos = $id_line.line.IndexOf("SIM_GIT_COMMIT_ID")
$id = $id_line.Line.SubString($id_name_pos + 18, 8)
$datetime = Get-Date -Format "yyyy-mm-dd_hh-mm-ss"
rm -rf BIN/buildtools
rm -rf BIN/*-build
Compress-Archive -Path BIN/* -DestinationPath PACKAGES/simh-4.0-Current-$platform-$datetime-$id.zip
}