aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar dmarting <dmarting@google.com>2017-05-04 12:38:16 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-05-04 13:14:32 +0200
commitc58ba098526b748f9c73e6229cafd74748205aa1 (patch)
tree78c95a9c7c40d5aa0bbfbcb0b89ea3e815b8d376
parente2c9a8f09907c1778cf9b2859e288431afdf06e4 (diff)
Release to GCS: put the final release in its own directory
To be cherry-picked for #2692. PiperOrigin-RevId: 155063394
-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