From d71ea25c06ed7ed427917cec77d3761ddc67d686 Mon Sep 17 00:00:00 2001 From: jiangjianfeng Date: Tue, 13 May 2025 04:56:07 +0000 Subject: [PATCH] Publish the heap allocator after updating the version --- tools/github_workflows/publish_osdk_and_ostd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/github_workflows/publish_osdk_and_ostd.sh b/tools/github_workflows/publish_osdk_and_ostd.sh index 310c587f..04889fd7 100755 --- a/tools/github_workflows/publish_osdk_and_ostd.sh +++ b/tools/github_workflows/publish_osdk_and_ostd.sh @@ -86,6 +86,7 @@ for TARGET in $TARGETS; do do_publish_for ostd/libs/ostd-test --target $TARGET do_publish_for ostd --target $TARGET do_publish_for osdk/deps/frame-allocator --target $TARGET + do_publish_for osdk/deps/heap-allocator --target $TARGET do_publish_for osdk/deps/test-kernel --target $TARGET # For actual publishing, we should only publish once. Using any target that