Skip to content

Commit

Permalink
github-release repo is moved
Browse files Browse the repository at this point in the history
  • Loading branch information
darklore committed Sep 17, 2021
1 parent 1ec11f7 commit b8e916a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ promu:
github-release:
@GOOS=$(shell uname -s | tr A-Z a-z) \
GOARCH=$(subst x86_64,amd64,$(patsubst i%86,386,$(shell uname -m))) \
$(GO) install github.com/aktau/github-release@v0.10.0
$(GO) install github.com/github-release/github-release@v0.10.0

.PHONY: all style format build test vet tarball docker promu

0 comments on commit b8e916a

Please sign in to comment.