From 05ceb0e9b5d6d8d885e25b5ae728431da07aa98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E9=9C=96?= Date: Fri, 1 Mar 2024 11:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=9A=E5=B0=86examples=E6=A0=B7=E4=BE=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=89=93=E5=8C=85=E5=88=B0=E6=9E=84=E5=BB=BA=E5=8C=85?= =?UTF-8?q?=E9=87=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index ddbb777f..ad7db096 100644 --- a/build/build.sh +++ b/build/build.sh @@ -63,7 +63,8 @@ release_tar=Ascend-"${pkg_dir}"_"${VERSION}"_linux-"${ARCH}".tar.gz gen_tar_file() { cd "${src_path}" - cp -r "${src_path}"/../cust_op ../build/"${pkg_dir}" + cp -r "${src_path}"/../cust_op ../build/"${pkg_dir}" + cp -r "${src_path}"/../examples ../build/"${pkg_dir}" # change dirs and files 's permission chmod 550 ../build/"${pkg_dir}"/tf1_whl chmod 550 ../build/"${pkg_dir}"/tf1_whl/mx_rec*.whl -- Gitee