Commit dda74de4 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix artifacts uploading

parent 35482adc
......@@ -78,7 +78,7 @@ func rewriteFormFilesFromMultipart(r *http.Request, writer *multipart.Writer, te
file.Close()
if filter != nil {
err = filter.FilterFile(name, filename, writer)
err = filter.FilterFile(name, file.Name(), writer)
if err != nil {
return cleanup, err
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment