File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hugegraph-commons/hugegraph-dist/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ echo "In the work dir: $(pwd)"
3939rm -rf dist && mkdir -p dist/apache-${REPO}
4040
4141# step1: package the source code
42- cd ../../ || exit
42+ cd ../../../ || exit
4343git 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
You can’t perform that action at this time.
0 commit comments