Skip to content

Commit

Permalink
Fix release uploading
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Page- committed Apr 4, 2022
1 parent efbdc76 commit 942c212
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 @@ -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
Expand Down

0 comments on commit 942c212

Please sign in to comment.