修复 Windows 构建产物上传路径,添加构建日志分析文档
- 修复构建产物上传路径,添加缺失的 x64 目录层级 - 创建构建日志分析文档,详细说明构建过程和解决方案 - Windows 构建流程已完全打通,Debug 和 Release 构建均成功
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user