We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e5ea commit 6b7fa0fCopy full SHA for 6b7fa0f
hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
@@ -41,7 +41,8 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
41
# step1: package the source code
42
cd ../../../ || exit
43
git archive --format=tar.gz \
44
- --output="${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \
+ --output="${GROUP}-commons/${GROUP}-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-$
45
+ {RELEASE_VERSION}-src.tar.gz" \
46
--prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
47
48
cd - || exit
0 commit comments