fix: 输出完整归档日志

This commit is contained in:
shenlei 2026-07-20 15:00:30 +09:00
parent f0c6a2d9b6
commit cede7978e4

View File

@ -787,7 +787,6 @@ async def build_project(task_id: str, task, config_data: dict, build_dir: Path)
"-archivePath", str(archive_path), "-archivePath", str(archive_path),
"-derivedDataPath", str(export_path / "derived_data"), "-derivedDataPath", str(export_path / "derived_data"),
"-destination", "generic/platform=ios", "-destination", "generic/platform=ios",
"-quiet",
cwd=str(build_dir), cwd=str(build_dir),
stdout=asyncio.subprocess.PIPE, stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.STDOUT, stderr=asyncio.subprocess.STDOUT,