summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorsimon <none@none>2013-05-29 14:42:19 -0700
committersimon <none@none>2013-05-29 14:42:19 -0700
commit507ce0d84fc3e7717c7c9ae58dcdae7785936f65 (patch)
treea7dde82693b2297a27024a00624c1ec9f81c2d0c /build.sh
parent473474b94969799d2835191072c5bca1b7d431d8 (diff)
parent3698aece0d2b396b55b46189e8ea7ee02da9483b (diff)
Merge downstream code
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)