Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
r-zenine committed Aug 24, 2021
1 parent beb7092 commit 5776d91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ifneq ($(GIT_TAG),)
gh release create -t "Release $(VERSION)" -n "" --target master $(GIT_TAG)
gh release upload $(GIT_TAG) ./target/release/$(PROJECT)_linux_x86_64_$(VERSION).tar.gz
gh release upload $(GIT_TAG) ./target/release/$(PROJECT)_macos_x86_64_$(VERSION).tar.gz
gh release upload $(GIT_TAG) ./target/debian/$(PROJECT)_$(VERSION_NUMBER)_amd64.deb
endif

.PHONY: version create_release

0 comments on commit 5776d91

Please # to comment.