Attempt to wrap
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s

This commit is contained in:
Alexandre Bruyant 2024-01-07 17:56:10 +01:00
parent 88da1d9b3c
commit 80f88cd69b

View File

@ -99,6 +99,10 @@ func main() {
githubactions.Fatalf("Unable to create request: %v", err.Error())
}
q := req.URL.Query()
q.Add("wrap-with-directory", "true")
req.URL.RawQuery = q.Encode()
mwriter := NewIpfsMultipartWriter(writer)
req.Header.Add("Content-Type", mwriter.FormDataContentType())