Commit 385ba906 authored by Adam Reese's avatar Adam Reese

fix(Makefile): fix glob overriding packaged tar

parent 5a33f462
......@@ -39,8 +39,7 @@ dist:
$(DIST_DIRS) cp ../LICENSE {} \; && \
$(DIST_DIRS) cp ../README.md {} \; && \
$(DIST_DIRS) tar -zcf helm-${VERSION}-{}.tar.gz {} \; && \
$(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; && \
mv $(APP)-${VERSION}-*.* .. \
$(DIST_DIRS) zip -r helm-${VERSION}-{}.zip {} \; \
)
.PHONY: checksum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment