mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fix for release
This commit is contained in:
parent
7907eae103
commit
47dedaf96e
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
sudo php artisan cache:clear
|
sudo php artisan cache:clear
|
||||||
sudo find ./ -type f -exec chmod 644 {} \;
|
sudo find ./ -type f -exec chmod 644 {} \;
|
||||||
|
sudo find ./vendor/bin/ -type f -exec chmod +x {} \;
|
||||||
sudo find ./ -type d -exec chmod 755 {} \;
|
sudo find ./ -type d -exec chmod 755 {} \;
|
||||||
|
|
||||||
- name: Prepare JS/CSS assets
|
- name: Prepare JS/CSS assets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user