mirror of
https://github.com/helm/helm.git
synced 2026-04-28 17:49:47 -04:00
fix(Makefile): fix glob overriding packaged tar
This commit is contained in:
parent
5a33f462ef
commit
385ba906eb
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue