From d85a083ce29bf5a6d7719fe69232e2cfa262a2a3 Mon Sep 17 00:00:00 2001 From: max furman Date: Fri, 5 Apr 2019 11:38:43 -0700 Subject: [PATCH] Add version to git archive name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 824d6645..4731c713 100644 --- a/Makefile +++ b/Makefile @@ -301,7 +301,7 @@ artifacts-darwin-tag: bundle-darwin artifacts-archive-tag: $Q mkdir -p $(RELEASE) - $Q git archive v$(VERSION) | gzip > $(RELEASE)/step-certificates.tar.gz + $Q git archive v$(VERSION) | gzip > $(RELEASE)/step-certificates_$(VERSION).tar.gz artifacts-tag: artifacts-linux-tag artifacts-darwin-tag artifacts-archive-tag