1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 15:27:14 +00:00

github: Fix zip of executables path

This commit is contained in:
Mark Pizzolato 2022-12-02 20:39:50 -10:00
parent 0801e2e7d7
commit 6922b111bd

View File

@ -64,7 +64,7 @@ jobs:
- name: Generate and save Zip XP Runnable binaries
shell: pwsh
run: |
$id_line = Select-String -Path '$pwd\Visual Studio Projects\.git-commit-id.h' -Pattern 'SIM_GIT_COMMIT_ID'
$id_line = Select-String -Path "$pwd\Visual Studio Projects\.git-commit-id.h" -Pattern 'SIM_GIT_COMMIT_ID'
$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"