aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh
index 6599e72b80..db846f7085 100755
--- a/scripts/ci/build.sh
+++ b/scripts/ci/build.sh
@@ -305,7 +305,7 @@ function release_to_gcs() {
return 1
fi
if [ -n "${release_name}" ]; then
- local release_path="${release_name}"
+ local release_path="${release_name}/release"
if [ -n "${rc}" ]; then
release_path="${release_name}/rc${rc}"
fi