Skip to content

Commit 7ca0587

Browse files
author
Brian W. Wolter
committed
Name our archives correctly
1 parent 4fb5683 commit 7ca0587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GITHASH := $(shell git log --pretty=format:'%h' -n 1)
1616
VERSION ?= $(GITHASH)
1717
RELEASE_BUILD = $(PWD)/target
1818
RELEASE_TARGETS = $(PWD)/target/$(GOOS)_$(GOARCH)
19-
RELEASE_PRODUCT = urldecode-$(VERSION)
19+
RELEASE_PRODUCT = urlencode-$(VERSION)
2020
RELEASE_ARCHIVE = $(RELEASE_PRODUCT)-$(GOOS)-$(GOARCH).tgz
2121
RELEASE_PACKAGE = $(RELEASE_TARGETS)/$(RELEASE_ARCHIVE)
2222
RELEASE_BASE = $(RELEASE_TARGETS)/$(RELEASE_PRODUCT)/bin

0 commit comments

Comments
 (0)