Skip to content

Commit 74c2b00

Browse files
committed
Fix release bin path
1 parent 7f64848 commit 74c2b00

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ build: pre
8383
else
8484
BUILD_BIN := /usr/code/bin/$(GOOS)/$(GOARCH)/$(BINNAME)
8585
TEST_BIN := /usr/code/bin/$(GOOS)/$(GOARCH)/$(TESTNAME)
86-
RELEASE_BIN := /usr/code/bin/release
87-
GHRELEASE_BIN := /usr/code/bin/github-release
86+
RELEASE_BIN := /usr/code/.gobuild/bin/release
87+
GHRELEASE_BIN := /usr/code/.gobuild/bin/github-release
8888

8989
DOCKER_CMD = $(DOCKERCLI) run \
9090
--rm \

deps/github.com/rs/zerolog/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
module github.com/rs/zerolog
2+
3+
go 1.13

0 commit comments

Comments
 (0)