diff options
author | Merov Linden <merov@lindenlab.com> | 2013-05-30 14:07:59 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-05-30 14:07:59 -0700 |
commit | 0b4b92cbbfff5cd5ef6ed697a7605db7686c9952 (patch) | |
tree | 4211ad2db22cec252f2f45c1f47356b6fe73daf9 /build.sh | |
parent | 168f4d8de0bf4f6a211366d5183a777b577b5cfe (diff) | |
parent | dcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff) |
Pull merge from lindenlab/viewer-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) |