Skip to content

Commit

Permalink
fix(make): upload binaries when making a release
Browse files Browse the repository at this point in the history
  • Loading branch information
mroach committed Mar 17, 2022
1 parent e11a7c8 commit c44f512
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 @@ -55,4 +55,4 @@ lint:
# Before making a release, create a tag with `git tag vX.Y.Z`
release: clean all
git push --tags
gh release create $(CURRENT_TAG) --title $(CURRENT_TAG) --generate-notes
gh release create $(CURRENT_TAG) --title $(CURRENT_TAG) --generate-notes $(BUILD_DIR)/$(BIN_NAME)-*

0 comments on commit c44f512

Please sign in to comment.