This is an automated email from the ASF dual-hosted git repository.
DemesneGH pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/main by this push:
new ffaa319 release: fix crates path for publish script (#302)
ffaa319 is described below
commit ffaa3191a14d22ae8c6729ab3b464f981f6eb87c
Author: Yuan Zhuang <[email protected]>
AuthorDate: Fri May 22 16:41:10 2026 +0800
release: fix crates path for publish script (#302)
---
scripts/release/publish_crates.sh | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/scripts/release/publish_crates.sh
b/scripts/release/publish_crates.sh
index 7e82130..920d9b4 100755
--- a/scripts/release/publish_crates.sh
+++ b/scripts/release/publish_crates.sh
@@ -20,14 +20,15 @@
set -e
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
-ROOT_DIR="$SCRIPT_DIR/../.."
+ROOT_DIR="$SCRIPT_DIR/../../crates"
CRATES_DIR=(
- "optee-utee/optee-utee-sys"
- "optee-utee/macros"
+ "optee-utee-sys"
+ "optee-utee-macros"
"optee-utee-build"
"optee-utee"
- "optee-teec/optee-teec-sys"
- "optee-teec/macros"
+ "optee-teec-sys"
+ "optee-teec-build"
+ "optee-teec-macros"
"optee-teec"
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]