This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch jerqi-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
commit 3e7eadaf7028a24ee42d4fb266b2856d8833be5d Author: roryqi <[email protected]> AuthorDate: Tue Aug 6 19:00:48 2024 +0800 Update create-package.sh --- release/create-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/create-package.sh b/release/create-package.sh index 50fb240cc..f734f8d8f 100755 --- a/release/create-package.sh +++ b/release/create-package.sh @@ -85,7 +85,7 @@ package_binary() { tar -zxf $BIN_ORIGIN_NAME cp "${PROJECT_DIR}/LICENSE-binary" "${BIN_DIR_NAME}/LICENSE" cp "${PROJECT_DIR}/NOTICE-binary" "${BIN_DIR_NAME}/NOTICE" - cp "${PROJECT_DIR}/DISCLAIMER-WIP" ${BIN_DIR_NAME} + cp "${PROJECT_DIR}/DISCLAIMER" ${BIN_DIR_NAME} cp -r "${PROJECT_DIR}/licenses-binary" "${BIN_DIR_NAME}/licenses" tar -zcf $BIN_TGZ_FILE $BIN_DIR_NAME
