This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit b4e17dfc7ca86d4cbf5fc7d5d3944b6b8ed49501 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Mon Nov 10 15:07:31 2025 +0800 Fix release script --- tools/releasing/create_release_tars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releasing/create_release_tars.sh b/tools/releasing/create_release_tars.sh index b5ee804a07..fb55ea9795 100755 --- a/tools/releasing/create_release_tars.sh +++ b/tools/releasing/create_release_tars.sh @@ -80,7 +80,7 @@ tar czf "${SCRIPT_DIR}"/${PRODUCT_NAME}-${RELEASE_VERSION}-src.tar.gz \ log_file=$(mktemp) echo "Building the release binary artifacts, log file: ${log_file}" ${MVN} install package -DskipTests > ${log_file} 2>&1 -mv dist/${PRODUCT_NAME}-bin.tar.gz "${SCRIPT_DIR}"/${PRODUCT_NAME}-${RELEASE_VERSION}-bin.tar.gz +mv "${SCRIPT_DIR}"/skywalking/dist/${PRODUCT_NAME}-bin.tar.gz ./${PRODUCT_NAME}-${RELEASE_VERSION}-bin.tar.gz cd "${SCRIPT_DIR}" gpg --armor --detach-sig ${PRODUCT_NAME}-${RELEASE_VERSION}-src.tar.gz
