diff options
author | dolphin <dolphin@lindenlab.com> | 2013-05-29 11:44:22 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-05-29 11:44:22 -0700 |
commit | ebc604fa8d12fb08fda1ac55aae817ad0135bb6b (patch) | |
tree | 2487b5bd256188a0c49a1d46265d75f3190dd53c /build.sh | |
parent | 85dde8d591aabe03b01720a22f91e54fc3d04552 (diff) | |
parent | dcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff) |
Merge with 3.5.4 release
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ then else upload_item installer "$package" binary/octet-stream upload_item quicklink "$package" binary/octet-stream - [ -f summary.json ] && upload_item installer summary.json text/plain + [ -f $build_dir/summary.json ] && upload_item installer $build_dir/summary.json text/plain case "$last_built_variant" in Release) |