diff --git a/build.sh b/build.sh index 1edf584b1f49cfa96264f1a4aff061dce4b6d0a8..6a1b4813a7f059899648f9ae2e9b1696e603c41e 100755 --- a/build.sh +++ b/build.sh @@ -390,7 +390,7 @@ then # Upload crash reporter files for symbolfile in $symbolfiles do - python_cmd "$helpers/codeticket.py" output --label symbolfile "$build_dir/$symbolfile" + python_cmd "$helpers/codeticket.py" output --label symbolfile --output "$build_dir/$symbolfile" done # Upload the llphysicsextensions_tpv package, if one was produced