mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tar github actions
This commit is contained in:
parent
28bdfe8f45
commit
89718761cc
@ -81,7 +81,7 @@ class SelfUpdateController extends BaseController
|
||||
nlog('Extracting tar');
|
||||
|
||||
$phar = new \PharData($file);
|
||||
$phar->extractTo(base_path());
|
||||
$phar->extractTo(base_path(), null, true);
|
||||
|
||||
nlog('Finished extracting files');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user