diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e08efd48a7f..7b89c436d43a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: php artisan storage:link sudo php artisan cache:clear sudo find ./ -type f -exec chmod 644 {} \; + sudo find ./vendor/bin/ -type f -exec chmod +x {} \; sudo find ./ -type d -exec chmod 755 {} \; - name: Prepare JS/CSS assets