Adjust the order publishing the bzImage crates

This commit is contained in:
Zhang Junyang 2024-10-16 11:40:59 +08:00 committed by Tate, Hongliang Tian
parent 64d7303b0e
commit 6757b39c13

View File

@ -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`.