This is an automated email from the ASF dual-hosted git repository. vgalaxies pushed a commit to branch dist-1.5.0 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 43bb853b05800b1a9263322efc2f8bc633dd543e Author: VGalaxies <[email protected]> AuthorDate: Thu Jul 18 01:40:29 2024 +0800 update --- .gitattributes | 5 +++-- install-dist/scripts/apache-release.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index c4a1edec5..ca5e57db7 100755 --- a/.gitattributes +++ b/.gitattributes @@ -5,10 +5,11 @@ apache-release.sh export-ignore .licenserc.yaml export-ignore .editorconfig export-ignore +hugegraph-store/hg-store-dist/src/assembly/static/bin/libjemalloc.so export-ignore +hugegraph-store/hg-store-dist/src/assembly/static/bin/libjemalloc_aarch64.so export-ignore # ignored directory .github/ export-ignore .idea/ export-ignore install-dist/scripts/ export-ignore -hugegraph-store/hg-store-dist/src/assembly/static/bin/libjemalloc.so export-ignore -hugegraph-store/hg-store-dist/src/assembly/static/bin/libjemalloc_aarch64.so export-ignore +docker/ export-ignore diff --git a/install-dist/scripts/apache-release.sh b/install-dist/scripts/apache-release.sh index f8a44f547..168217c42 100755 --- a/install-dist/scripts/apache-release.sh +++ b/install-dist/scripts/apache-release.sh @@ -47,7 +47,7 @@ cd - || exit # step2: copy the binary file (Optional) # Note: it's optional for project to generate binary package (skip this step if not need) -cp -v ../../apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz dist/apache-${REPO} || exit +cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz dist/apache-${REPO} || exit # step3: sign + hash ##### 3.1 sign in source & binary package
