exclude vendor folder

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer 2025-01-28 22:28:34 +01:00 committed by GitHub
parent 6ed80912c5
commit 542fce51f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ jobs:
rm .env || true
rm -rf ui || true
# Set permissions: directories 755, files 644
chmod -R a=r,u+w,a+X .
chmod +x ./vendor/bin/*
find . -path ./vendor -prune -type f -o -exec chmod 644 {} \+
find . -path ./vendor -prune -type d -o -exec chmod 755 {} \+
- name: Build project
run: |