Skip to content

Commit

Permalink
collect all release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Oct 30, 2023
1 parent 5f5891a commit 6265942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cd ${REPO_ROOT}/java && mvn -B package -Dmaven.test.skip=true -Dno-build-rust
if [[ -n "${BUILDKITE_TAG}" ]]; then
echo "--- Collect all release assets"
cd ${REPO_ROOT} && mkdir release-assets && cd release-assets
cp ${REPO_ROOT}/target/release/* .
cp -r ${REPO_ROOT}/target/release/* .
mv ${REPO_ROOT}/java/connector-node/assembly/target/risingwave-connector-1.0.0.tar.gz risingwave-connector-"${BUILDKITE_TAG}".tar.gz
tar -zxvf risingwave-connector-"${BUILDKITE_TAG}".tar.gz libs
ls -l
Expand Down

0 comments on commit 6265942

Please sign in to comment.