Skip to content

Commit 3b4e5ea

Browse files
committed
fix apache-release.sh path
1 parent 9e67596 commit 3b4e5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugegraph-commons/hugegraph-dist/scripts/apache-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "In the work dir: $(pwd)"
3939
rm -rf dist && mkdir -p dist/apache-${REPO}
4040

4141
# step1: package the source code
42-
cd ../../ || exit
42+
cd ../../../ || exit
4343
git archive --format=tar.gz \
4444
--output="${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \
4545
--prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
@@ -48,7 +48,7 @@ cd - || exit
4848

4949
# step2: copy the binary file (Optional)
5050
# Note: it's optional for project to generate binary package (skip this step if not need)
51-
cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
51+
cp -v ../../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
5252
dist/apache-${REPO} || exit
5353

5454
# step3: sign + hash

0 commit comments

Comments
 (0)