diff options
author | Oz Linden <oz@lindenlab.com> | 2013-05-21 17:34:40 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-05-21 17:34:40 -0400 |
commit | 10f20605475798ecdc33bf706b6f90a3b81bcb1c (patch) | |
tree | 0fc3fc4a48f382f6e6d083df6b22b1f4cbb7984a /build.sh | |
parent | f9bdc6d5e13854edca343440a61f7589efe65263 (diff) | |
parent | 70b0b2a2e3d4661d5df2a487cf519a4509a89c6f (diff) |
merge changes for chop-947
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) |