fix tarball name

This commit is contained in:
Thibault bui Koechlin 2020-05-15 15:17:15 +02:00
parent d542966f13
commit a3ad1684d5

View file

@ -115,4 +115,4 @@ release: check_release build
@bash ./scripts/build_plugins.sh
@mkdir -p "$(RELDIR)/plugins/backend"
@find ./plugins -type f -name "*.so" -exec install -Dm 644 {} "$(RELDIR)/{}" \; || exiting
@tar cvzf crowdsec-release.tgz $(RELDIR)
@tar cvzf crowdsec-$(BUILD_VERSION).tgz $(RELDIR)