Skip to content

Commit be9cb16

Browse files
author
licong
committed
fix ci
1 parent e61a7f3 commit be9cb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ sub command_exsits {
1111

1212
$ENV{CGO_ENABLED} = 0;
1313
if(command_exsits('gox')) {
14-
print("[INFO] gox command found , go install github.com/mitchellh/gox@latest .\n");
15-
system("go install github.com/mitchellh/gox@latest")
14+
print("[INFO] gox command found , go install github.com/mitchellh/gox\@latest .\n");
15+
system("go install github.com/mitchellh/gox\@latest");
1616
my $arch="darwin/arm64 darwin/amd64 linux/386 linux/amd64 windows/amd64 windows/386";
1717
system("gox -osarch=\"$arch\" -output=\"dist/{{.Dir}}_{{.OS}}_{{.Arch}}\"");
1818
} else {

0 commit comments

Comments
 (0)