Merge pull request #4714 from turbo124/v5-stable
Fix for release file building with incorrect file permissions
This commit is contained in:
commit
f2c5364e6e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -36,7 +36,6 @@ jobs:
|
|||
php artisan optimize
|
||||
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 {} \;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue