diff --git a/cmd/cmd/publishCmd.go b/cmd/cmd/publishCmd.go index 05e9106f..e47e3e29 100644 --- a/cmd/cmd/publishCmd.go +++ b/cmd/cmd/publishCmd.go @@ -293,8 +293,11 @@ func createTargetDirs(destPath string) error { if err != nil { return err } + err = createDir(path.Join(destPath, v)) + if err != nil { + return err + } } - return nil } @@ -405,7 +408,8 @@ func createArchitectureFiles(namespace, provider, distPath, repoName, version, g { "protocols": [ "4.0", - "5.1" + "5.1", + "6.0" ], "os": "%s", "arch": "%s",