From 7545322622eafee5e3b25e9efe2bd7044366255f Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 9 Oct 2020 23:19:17 +0300 Subject: [PATCH] =?UTF-8?q?chore(build):=20Don't=20version=20CTAN=E2=80=8C?= =?UTF-8?q?=20upload=20files,=20CTAN=20is=20crazy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.mk b/rules.mk index dbe93f346..1ff7c07d1 100644 --- a/rules.mk +++ b/rules.mk @@ -51,5 +51,5 @@ dist-ctan: install-dist -s ',$(DISTDIR),$(CTAN_NAME),' \ -s ',static/OTF,otf,' \ -acf $${TMP} $(DISTDIR) - bsdtar -acf $(CTAN_NAME)-$(GitVersion).zip --exclude 'static' @$${TMP} + bsdtar -acf $(CTAN_NAME).zip --exclude 'static' @$${TMP} rm $${TMP}