👷 — Automatically add VERSION file to release zip file

This commit is contained in:
Luc Didry 2021-10-21 09:42:38 +02:00
parent 12ce504421
commit 86934e9753
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ pages:
- composer dump-autoload --optimize --no-dev --classmap-authoritative
- mkdir framadate
- mv `ls -A | grep -v framadate` ./framadate
- echo $latesttag > framadate/VERSION
- find framadate/ -type d -exec chmod 750 {} \;
- find framadate/ -type f -exec chmod 640 {} \;
- rm -rf framadate/.git