This is an automated email from the ASF dual-hosted git repository. yangjiaqi pushed a commit to branch add-release-scripts in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
commit a282a669f38056a2f04ba58a8ef39fb3b83cd5ab Author: JackyYangPassion <[email protected]> AuthorDate: Sun Mar 24 22:15:45 2024 +0800 fix dir logic --- scripts/apache-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apache-release.sh b/scripts/apache-release.sh old mode 100644 new mode 100755 index 151e9bf..15d42a5 --- a/scripts/apache-release.sh +++ b/scripts/apache-release.sh @@ -41,7 +41,7 @@ rm -rf dist && mkdir -p dist/apache-${REPO} # step1: package the source code cd ../ || exit git archive --format=tar.gz \ - --output="dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \ + --output="scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \ --prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit cd - || exit
