Skip to content

Commit d5d656d

Browse files
authored
Merge pull request #47 from osspkg/dev001
fix build release
2 parents ff85d01 + 73a5c95 commit d5d656d

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)