From a314594ea75162db21fa616eb9abcca1ce004c02 Mon Sep 17 00:00:00 2001 From: dmarting Date: Thu, 4 May 2017 12:38:16 +0200 Subject: [PATCH] Release to GCS: put the final release in its own directory To be cherry-picked for #2692. PiperOrigin-RevId: 155063394 --- scripts/ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/build.sh b/scripts/ci/build.sh index 6599e72b809883..db846f7085849d 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