We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a938b6 commit 1d0d89fCopy full SHA for 1d0d89f
hugegraph-commons/hugegraph-dist/scripts/apache-release.sh
@@ -48,8 +48,8 @@ cd - || exit
48
49
# step2: copy the binary file (Optional)
50
# 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
+cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
+ dist/apache-${REPO} || exit
53
54
# step3: sign + hash
55
##### 3.1 sign in source & binary package
0 commit comments