Skip to content

Commit 6b7fa0f

Browse files
committed
fix apache-release.sh root path
1 parent 3b4e5ea commit 6b7fa0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
4141
# step1: package the source code
4242
cd ../../../ || exit
4343
git archive --format=tar.gz \
44-
--output="${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \
44+
--output="${GROUP}-commons/${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-$
45+
{RELEASE_VERSION}-src.tar.gz" \
4546
--prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
4647

4748
cd - || exit

0 commit comments

Comments
 (0)