Revert "exclude vendor folder from chmod"
This commit is contained in:
parent
a40eee7583
commit
5dba0ef549
|
|
@ -58,8 +58,7 @@ jobs:
|
||||||
rm .env || true
|
rm .env || true
|
||||||
rm -rf ui || true
|
rm -rf ui || true
|
||||||
# Set permissions: directories 755, files 644
|
# Set permissions: directories 755, files 644
|
||||||
find . -path ./vendor -prune -type f -o -exec chmod 644 {} \+
|
chmod -R a=r,u+w,a+X .
|
||||||
find . -path ./vendor -prune -type d -o -exec chmod 755 {} \+
|
|
||||||
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue