Skip to content

Commit c39e1df

Browse files
committed
Name release binary coder instead of coder-cli
1 parent 2ea6457 commit c39e1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ mkdir -p bin
1414

1515
build(){
1616
tmpdir=$(mktemp -d)
17-
go build -ldflags "-X main.version=${tag}" -o "$tmpdir/coder-cli" ../cmd/coder
17+
go build -ldflags "-X main.version=${tag}" -o "$tmpdir/coder" ../cmd/coder
1818

1919
pushd "$tmpdir"
2020
tarname="coder-cli-$GOOS-$GOARCH.tar.gz"
21-
tar -czf "$tarname" coder-cli
21+
tar -czf "$tarname" coder
2222
popd
2323

2424
cp "$tmpdir/$tarname" bin

0 commit comments

Comments
 (0)