From 942c212ce20327f2a7eb422a357e570ef035e169 Mon Sep 17 00:00:00 2001 From: Pagan Gazzard Date: Mon, 4 Apr 2022 13:27:41 +0100 Subject: [PATCH] Fix release uploading Change-type: patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44e4f8c..19cda73 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ release: $(addsuffix .tar.gz,$(addprefix build/$(EXECUTABLE)-$(VERSION)_,$(subst release: $(addsuffix .tar.gz.sha256,$(addprefix build/$(EXECUTABLE)-$(VERSION)_,$(subst /,_,$(BUILD_PLATFORMS)))) upload-dep: - go get github.com/aktau/github-release + go install github.com/aktau/github-release@latest upload: lint test upload-dep ifndef GITHUB_TOKEN