修复 Windows 构建产物上传路径,添加构建日志分析文档
Build Windows / 编译 libcore (Windows) (20.15.1) (push) Successful in 19m34s
Build Windows / build (push) Successful in 7h11m38s

- 修复构建产物上传路径,添加缺失的 x64 目录层级
- 创建构建日志分析文档,详细说明构建过程和解决方案
- Windows 构建流程已完全打通,Debug 和 Release 构建均成功
This commit is contained in:
2025-11-09 20:14:17 -08:00
parent 33917e774d
commit ef1f3bfb50
2 changed files with 121 additions and 2 deletions
+2 -2
View File
@@ -307,10 +307,10 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: windows-debug-build
path: build/windows/runner/Debug/
path: build/windows/x64/runner/Debug/
- name: Upload Release build artifacts
uses: actions/upload-artifact@v3
with:
name: windows-release-build
path: build/windows/runner/Release/
path: build/windows/x64/runner/Release/