File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 Write-Output "::error title=Prepare runtime failed::$message"
7575 if (Test-Path $logPath) {
7676 Write-Host '---- prepare-runtime log tail ----'
77- Get-Content $logPath -Tail 200
77+ $tailLines = @(
78+ Get-Content $logPath -Tail 40 |
79+ ForEach-Object { "$_".Trim() } |
80+ Where-Object { $_ }
81+ )
82+ $tailLines | Write-Host
83+ $tailLines |
84+ Select-Object -Last 8 |
85+ ForEach-Object {
86+ $line = $_ -replace '\r|\n', ' '
87+ Write-Output "::error title=Prepare runtime tail::$line"
88+ }
7889 }
7990 throw
8091 }
Original file line number Diff line number Diff line change 77- 最新 Release 页面:
88 ` https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/latest `
99- 当前可直接下载的一键安装包:
10- ` https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.7 /HorosaPortableWindows-2026.03.10.7 .zip `
10+ ` https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.8 /HorosaPortableWindows-2026.03.10.8 .zip `
1111
1212请注意:
1313
Original file line number Diff line number Diff line change 77- 最新 Release 页面:
88 ` https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/latest `
99- 当前一键安装包直链:
10- ` https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.7 /HorosaPortableWindows-2026.03.10.7 .zip `
10+ ` https://github.com/Horace-Maxwell/Horosa-Web-App-comprehensively-improved-Windows/releases/download/2026.03.10.8 /HorosaPortableWindows-2026.03.10.8 .zip `
1111
1212请下载:
1313
Original file line number Diff line number Diff line change 11{
2- "version" : " 2026.03.10.7 " ,
2+ "version" : " 2026.03.10.8 " ,
33 "channel" : " stable" ,
44 "release_asset_prefix" : " HorosaPortableWindows" ,
55 "release_name" : " v1.0.1"
You can’t perform that action at this time.
0 commit comments