fix for release
This commit is contained in:
parent
7907eae103
commit
47dedaf96e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue