This is an automated email from the ASF dual-hosted git repository.

pengjunzhi pushed a commit to branch release-1.7.0
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/release-1.7.0 by this push:
     new 3b4e5ead0 fix apache-release.sh path
3b4e5ead0 is described below

commit 3b4e5ead0d8d32eeffdfa7208709ded48079f524
Author: Peng Junzhi <[email protected]>
AuthorDate: Sat Nov 15 13:02:25 2025 +0800

    fix apache-release.sh path
---
 hugegraph-commons/hugegraph-dist/scripts/apache-release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh 
b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
index 5623640d7..8f78c0744 100755
--- a/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
+++ b/hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
@@ -39,7 +39,7 @@ echo "In the work dir: $(pwd)"
 rm -rf dist && mkdir -p dist/apache-${REPO}
 
 # step1: package the source code
-cd ../../ || exit
+cd ../../../ || exit
 git archive --format=tar.gz \
   
--output="${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz"
 \
   --prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" 
|| exit
@@ -48,7 +48,7 @@ cd - || exit
 
 # step2: copy the binary file (Optional)
 # Note: it's optional for project to generate binary package (skip this step 
if not need)
-cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
+cp -v ../../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
   dist/apache-${REPO} || exit
 
 # step3: sign + hash

Reply via email to