Add version to git archive name

pull/57/head^2 v0.9.2-rc.1
max furman 5 years ago
parent 8c5b14b88c
commit d85a083ce2

@ -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

Loading…
Cancel
Save