Skip to content

Commit

Permalink
fix(ci): fix ci create release
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjw806 committed Feb 6, 2024
1 parent cbd6530 commit 376e967
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 @@ -118,7 +118,7 @@ if [[ -n "${BUILDKITE_TAG}" ]]; then

echo "--- Release upload risingwave-all-in-one asset"
tar -czvf risingwave-"${BUILDKITE_TAG}"-${ARCH}-unknown-linux-all-in-one.tar.gz risingwave libs
gh release upload "${BUILDKITE_TAG}" risingwave-"${BUILDKITE_TAG}"-{ARCH}-unknown-linux-all-in-one.tar.gz
gh release upload "${BUILDKITE_TAG}" risingwave-"${BUILDKITE_TAG}"-${ARCH}-unknown-linux-all-in-one.tar.gz
fi


Expand Down

0 comments on commit 376e967

Please sign in to comment.