Fix bug in /upload
The localpath was used instead of the filepath which broke the reference.
This commit is contained in:
parent
75fb497ac1
commit
53addf4825
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ let add_build
|
|||
(Fpath.v "bin/")
|
||||
file.Builder_db.filepath)
|
||||
artifacts with
|
||||
| [ main_binary ] -> Some main_binary.localpath
|
||||
| [ main_binary ] -> Some main_binary.filepath
|
||||
| [] ->
|
||||
Log.debug (fun m -> m "Zero binaries for build %a" Uuidm.pp uuid);
|
||||
None
|
||||
|
|
Loading…
Reference in a new issue