Skip to content

Commit 1d0d89f

Browse files
committed
copy the binary file to svn
1 parent 4a938b6 commit 1d0d89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ 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 \
52-
# dist/apache-${REPO} || exit
51+
cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
52+
dist/apache-${REPO} || exit
5353

5454
# step3: sign + hash
5555
##### 3.1 sign in source & binary package

0 commit comments

Comments
 (0)