Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Commit 6d79cac

Browse files
committed
ci: fix build script
1 parent 0d19821 commit 6d79cac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/tasks/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export PATH=/usr/local/go/bin:${PATH}
66
binary_name="config-server-${GOOS}-${GOARCH}"
77

88
pushd config-server
9-
go build -o "${binary_name} ".
9+
go build -o "${binary_name}" .
1010

1111
openssl sha256 "${binary_name}"
1212
popd

0 commit comments

Comments
 (0)