We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb5683 commit 7ca0587Copy full SHA for 7ca0587
1 file changed
Makefile
@@ -16,7 +16,7 @@ GITHASH := $(shell git log --pretty=format:'%h' -n 1)
16
VERSION ?= $(GITHASH)
17
RELEASE_BUILD = $(PWD)/target
18
RELEASE_TARGETS = $(PWD)/target/$(GOOS)_$(GOARCH)
19
-RELEASE_PRODUCT = urldecode-$(VERSION)
+RELEASE_PRODUCT = urlencode-$(VERSION)
20
RELEASE_ARCHIVE = $(RELEASE_PRODUCT)-$(GOOS)-$(GOARCH).tgz
21
RELEASE_PACKAGE = $(RELEASE_TARGETS)/$(RELEASE_ARCHIVE)
22
RELEASE_BASE = $(RELEASE_TARGETS)/$(RELEASE_PRODUCT)/bin
0 commit comments