use custom
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 15:46:07 +01:00
parent 17c3c51acb
commit 4fb1933f07

View File

@ -119,7 +119,7 @@ func main() {
} }
githubactions.Infof("Reading %v", innerPath) githubactions.Infof("Reading %v", innerPath)
w, err = mwriter.CreateFormFile("file", innerPath) w, err = mwriter.CreateIpfsFilePart(innerPath, innerPath)
if err != nil { if err != nil {
return err return err
} }