From 6757b39c139bde43cd6ef32d37e87f3c39a49cbd Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Wed, 16 Oct 2024 11:40:59 +0800 Subject: [PATCH] Adjust the order publishing the bzImage crates --- tools/github_workflows/publish_osdk_and_ostd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/github_workflows/publish_osdk_and_ostd.sh b/tools/github_workflows/publish_osdk_and_ostd.sh index d256b91a..50c52c91 100755 --- a/tools/github_workflows/publish_osdk_and_ostd.sh +++ b/tools/github_workflows/publish_osdk_and_ostd.sh @@ -71,9 +71,9 @@ do_publish_for() { popd } -do_publish_for osdk -do_publish_for ostd/libs/linux-bzimage/build do_publish_for ostd/libs/linux-bzimage/boot-params +do_publish_for ostd/libs/linux-bzimage/builder +do_publish_for osdk # All supported targets of OSTD, this array should keep consistent with # `package.metadata.docs.rs.targets` in `ostd/Cargo.toml`.