use custom
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 55s
This commit is contained in:
parent
17c3c51acb
commit
4fb1933f07
2
main.go
2
main.go
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user