Skip to content

Commit 45254fd

Browse files
maidang-xingshiliu-yang
authored andcommitted
Fix release workflow
1 parent 2cc300c commit 45254fd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
. ./export.sh
5959
cd ${{ github.workspace }}
6060
tos.py version
61-
tos.py check
6261
rm -rf ${{ github.workspace }}/dist ${{ github.workspace }}/release-assets
6362
6463
- name: Build all firmware configs

tools/tool_openclaw_ctrl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@ static OPERATE_RET __tool_openclaw_ctrl(const MCP_PROPERTY_LIST_T *properties,
320320
return OPRT_OK;
321321
}
322322

323-
PR_WARN("[openclaw_ctrl] ACP send failed (rt=%d), falling back to Feishu", rt);
323+
PR_WARN("[openclaw_ctrl] ACP send failed (rt=%d)", rt);
324324
return rt;
325325
} else {
326-
PR_INFO("[openclaw_ctrl] ACP not connected, using Feishu fallback");
326+
PR_ERR("[openclaw_ctrl] ACP not connected");
327327
}
328328

329329
/* -----------------------------------------------------------------------

0 commit comments

Comments
 (0)