Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c39e1df

Browse files
committedMay 20, 2020
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)
Failed to load comments.