Build system: Fix _build/create-release-archive.sh

This commit is contained in:
Daniel Rudolf 2017-10-12 15:06:22 +02:00
parent 9dcb06c258
commit ee013f98ee
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538

View file

@ -17,7 +17,7 @@ mv index.php.dist index.php
tar -czf "$ARCHIVE" \
README.md LICENSE.md CONTRIBUTING.md CHANGELOG.md \
composer.json composer.lock \
config content-sample lib plugins themes vendor \
assets config content content-sample lib plugins themes vendor \
.htaccess index.php
EXIT=$?