Fixes for release
This commit is contained in:
parent
69c855ee0c
commit
0205a717a1
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