From 531c95cedf631c709d0ee6a9ba4f04103fc3494a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Feb 2025 18:27:04 +0100 Subject: [PATCH] Makefile: Fix release process --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e81d9a..787747a 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ release: $(HTML_DOCS) git tag v$(VERSION) git push --tags git archive --format=tar --prefix=subauth-$(VERSION)/ HEAD | gzip >subauth-$(VERSION).tar.gz - rsync subauth-$(VERSION).tar.gz atrey:ftp/linux/ + rsync subauth-$(VERSION).tar.gz jw:/home/ftp/pub/mj/linux/ rsync $(HTML_DOCS) jw:www/static/sw/subauth/ ssh jw 'cd web && bin/release-prog subauth $(VERSION)' -- 2.39.5