Skip to content

Commit c58ba09

Browse files
committed
Release to GCS: put the final release in its own directory
To be cherry-picked for bazelbuild#2692. PiperOrigin-RevId: 155063394
1 parent e2c9a8f commit c58ba09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ function release_to_gcs() {
305305
return 1
306306
fi
307307
if [ -n "${release_name}" ]; then
308-
local release_path="${release_name}"
308+
local release_path="${release_name}/release"
309309
if [ -n "${rc}" ]; then
310310
release_path="${release_name}/rc${rc}"
311311
fi

0 commit comments

Comments
 (0)