Skip to content
Snippets Groups Projects
Commit a388504e authored by Oz Linden's avatar Oz Linden
Browse files

fix symbolfile upload

parent 65a7a02d
No related branches found
No related tags found
No related merge requests found
...@@ -390,7 +390,7 @@ then ...@@ -390,7 +390,7 @@ then
# Upload crash reporter files # Upload crash reporter files
for symbolfile in $symbolfiles for symbolfile in $symbolfiles
do 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 done
# Upload the llphysicsextensions_tpv package, if one was produced # Upload the llphysicsextensions_tpv package, if one was produced
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment