Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit c989459

Browse files
committed
Ensure bin directory is created in build.sh
1 parent dd4825b commit c989459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ export GOARCH=amd64
33

44
tag=$(git describe --tags)
55

6+
mkdir -p bin
7+
68
build(){
79
tmpdir=$(mktemp -d)
810
go build -ldflags "-X main.version=${tag}" -o $tmpdir/sshcode

0 commit comments

Comments
 (0)