diff --git a/Makefile b/Makefile index bb98516..3528b1e 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ release: clean git archive --prefix="nethogs-$(RELEASE)/" -o "../nethogs-$(RELEASE).tar.gz" "v$(RELEASE)" gpg --armor --detach-sign "../nethogs-$(RELEASE).tar.gz" git push --tags - echo "now upload the detached signature to https://github.com/raboof/nethogs/releases/edit/v$VERSION" + echo "now upload the detached signature ../nethogs-$(RELEASE).tar.gz.asc to https://github.com/raboof/nethogs/releases/new?tag=v$(VERSION)" check: $(MAKE) -C src -f MakeApp.mk $@