diff options
author | Oz Linden <oz@lindenlab.com> | 2016-09-07 13:32:49 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-09-07 13:32:49 -0400 |
commit | a388504ed2fb8f6c28f33b0e120e2632f693ec14 (patch) | |
tree | 9f3670f2842437833d69846201d16e7c363b0135 /build.sh | |
parent | 65a7a02d296a97257f40c747c1299cbd2616b9ce (diff) |
fix symbolfile upload
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |