From d79fcdcd048844d6633ea72ad1e907629585410c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Mare=C5=A1?= Date: Sun, 17 Aug 2025 15:30:17 +0200 Subject: [PATCH] make release: Fix upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d12bfe7..d80a252 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ release: xsv.1.html git tag v$(VERSION) git push --tags git archive --format=tar --prefix=xsv-$(VERSION)/ HEAD | gzip >$(ARCHIVE) - scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/ + scp $(ARCHIVE) jw:/home/ftp/pub/mj/linux/ rsync xsv.1.html docbook-xsl.css jw:web/sw/xsv/ ssh jw "cd web && bin/release-prog xsv $(VERSION)" mv $(ARCHIVE) ~/archives/sw/xsv/ -- 2.47.3