Skip to content

Commit

Permalink
Merge pull request #74 from balena-io/fix-release-upload
Browse files Browse the repository at this point in the history
Fix release uploading
  • Loading branch information
bulldozer-balena[bot] authored Apr 4, 2022
2 parents efbdc76 + 942c212 commit 72aa487
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 72aa487

Please sign in to comment.