diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-30 17:05:56 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-30 17:05:56 -0700 |
commit | 2bb7b3f6bcb2318d96f1be45093e5bae7b7f8167 (patch) | |
tree | 2f4053f539cfa9d2978686278c88862fc52586a7 /build.sh | |
parent | 296377a64f1fee320e4f86a858116e2831c6e4aa (diff) | |
parent | 1f84fe88c66558411382e515f6abe8b677f9b98d (diff) |
merge
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) |