fix(ci): Windows 构建改用 C:\jiu-build 短路径,弃用 subst W: 映射
subst W: 因 cmd/MSYS 引号转义失败(报"找不到路径"),导致 W: 盘 未创建、cd /w/client 失败。改为将 client/ 复制到 System32 之外的 C:\jiu-build 构建,规避 WOW64 重定向,并用 PowerShell Compress-Archive 打包。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.5] - 2026-06-03
|
||||
|
||||
### 修复
|
||||
- 修复 Windows CI 构建失败:放弃脆弱的 `subst W:` 路径映射,改为将 client/ 复制到 System32 之外的干净短路径(C:\jiu-build)构建,规避 WOW64 文件系统重定向
|
||||
|
||||
## [1.0.4] - 2026-05-30
|
||||
|
||||
### 新功能
|
||||
|
||||
Reference in New Issue
Block a user