Skip to content

Commit 73a5c95

Browse files
committed
fix build release
1 parent ff85d01 commit 73a5c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func GenerateRelease() console.CommandGetter {
6565

6666
for _, arch := range archs {
6767
dir := fmt.Sprintf(PathBinary, path, dist, comp, arch)
68-
console.FatalIfErr(os.MkdirAll(path+dir, 0755), "validate dirs")
68+
console.FatalIfErr(os.MkdirAll(dir, 0755), "validate dirs")
6969
}
7070

7171
/**

0 commit comments

Comments
 (0)