From 1ca22b17ccb09b423d0d51c224ad78a0a5d3af69 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 29 Apr 2026 13:58:45 +0800 Subject: [PATCH] Fix release README heredoc execution --- scripts/deploy-rust-remote.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/deploy-rust-remote.sh b/scripts/deploy-rust-remote.sh index 954bde1d..37dff37b 100644 --- a/scripts/deploy-rust-remote.sh +++ b/scripts/deploy-rust-remote.sh @@ -919,10 +919,10 @@ STOP_SCRIPT chmod +x "${TARGET_DIR}/start.sh" "${TARGET_DIR}/stop.sh" -cat >"${TARGET_DIR}/README.md" <"${TARGET_DIR}/README.md" <<'EOF' # Genarrative Ubuntu Release -构建时间:\`${BUILD_NAME}\` +构建时间:`__GENARRATIVE_BUILD_NAME__` ## 内容 @@ -961,6 +961,7 @@ cat >"${TARGET_DIR}/README.md" <