diff options
author | simon <none@none> | 2013-05-29 14:37:22 -0700 |
---|---|---|
committer | simon <none@none> | 2013-05-29 14:37:22 -0700 |
commit | 3698aece0d2b396b55b46189e8ea7ee02da9483b (patch) | |
tree | 844736cee1050ad996f76715fd87c7473059e8d8 /build.sh | |
parent | f940ccac713b4da2a1998459078df203923030cb (diff) | |
parent | dcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff) |
Merge latest 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) |