We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff85d01 commit 73a5c95Copy full SHA for 73a5c95
internal/commands/release.go
@@ -65,7 +65,7 @@ func GenerateRelease() console.CommandGetter {
65
66
for _, arch := range archs {
67
dir := fmt.Sprintf(PathBinary, path, dist, comp, arch)
68
- console.FatalIfErr(os.MkdirAll(path+dir, 0755), "validate dirs")
+ console.FatalIfErr(os.MkdirAll(dir, 0755), "validate dirs")
69
}
70
71
/**
0 commit comments