forgot to add make target

This commit is contained in:
max furman 2019-03-29 12:53:09 -07:00
parent 464d1d4255
commit 47eed2b914

View file

@ -303,7 +303,7 @@ artifacts-archive-tag:
$Q mkdir -p $(RELEASE)
$Q git archive v$(VERSION) | gzip > $(RELEASE)/step-certificates.tar.gz
artifacts-tag: artifacts-linux-tag artifacts-darwin-tag
artifacts-tag: artifacts-linux-tag artifacts-darwin-tag artifacts-archive-tag
.PHONY: artifacts-linux-tag artifacts-darwin-tag artifacts-archive-tag artifacts-tag