diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index 7f4fea9fe9..8611680633 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -58,7 +58,8 @@ jobs: rm .env || true rm -rf ui || true # Set permissions: directories 755, files 644 - chmod -R a=r,u+w,a+X . + find . -path ./vendor -prune -o -type f -exec chmod 644 {} \+ + find . -path ./vendor -prune -o -type d -exec chmod 755 {} \+ - name: Build project run: |