mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
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
.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…
Reference in New Issue
Block a user