fix: stream platform builder progress
This commit is contained in:
@@ -291,7 +291,7 @@ export function useRuntimeTaskController() {
|
||||
status: "succeeded",
|
||||
percent: 100,
|
||||
stageStatus: Object.fromEntries(stages.map((item) => [item.key, "completed" as RuntimeTaskStageStatus])),
|
||||
logs: appendRuntimeLog(current.logs, "构建产物已由 run worker 上传")
|
||||
logs: appendRuntimeLog(current.logs, "构建产物已由 platform builder 登记")
|
||||
}
|
||||
: current
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user