summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-05-30 14:07:59 -0700
committerMerov Linden <merov@lindenlab.com>2013-05-30 14:07:59 -0700
commit0b4b92cbbfff5cd5ef6ed697a7605db7686c9952 (patch)
tree4211ad2db22cec252f2f45c1f47356b6fe73daf9 /build.sh
parent168f4d8de0bf4f6a211366d5183a777b577b5cfe (diff)
parentdcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff)
Pull merge from lindenlab/viewer-release
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 1275f41fe1..a78f368e47 100755
--- a/build.sh
+++ b/build.sh
@@ -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)