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