mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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');
|
nlog('Extracting tar');
|
||||||
|
|
||||||
$phar = new \PharData($file);
|
$phar = new \PharData($file);
|
||||||
$phar->extractTo(base_path());
|
$phar->extractTo(base_path(), null, true);
|
||||||
|
|
||||||
nlog('Finished extracting files');
|
nlog('Finished extracting files');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user