File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
set -euo pipefail
5
5
6
6
date=" $( date +%Y%m%d) "
7
- ghcraddr=" ghcr.io/singularity-data "
7
+ ghcraddr=" ghcr.io/risingwavelabs "
8
8
arch=" $( uname -m) "
9
9
10
10
components=(
Original file line number Diff line number Diff line change 4
4
set -euo pipefail
5
5
6
6
date=" $( date +%Y%m%d) "
7
- ghcraddr=" ghcr.io/singularity-data "
7
+ ghcraddr=" ghcr.io/risingwavelabs "
8
8
9
9
components=(
10
10
" risingwave"
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ gh release create "${BUILDKITE_TAG}" --generate-notes -d -p
15
15
16
16
echo " --- Download artifacts"
17
17
mkdir -p target/debug && cd target/debug
18
- buildkite-agent artifact download risingwave-release .
19
- mv risingwave-release risingwave
18
+ buildkite-agent artifact download risingwave-ci- release .
19
+ mv risingwave-ci- release risingwave
20
20
chmod +x risingwave
21
21
tar -czvf risingwave-" ${BUILDKITE_TAG} " -x86_64-unknown-linux.tar.gz risingwave
22
22
You can’t perform that action at this time.
0 commit comments