File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ function usage($command)
9191 echo 'Runing build script for current version. ' . PHP_EOL ;
9292 echo PHP_EOL ;
9393
94- system ('php ./build.php --remote= ' . ($ options ['currRemote ' ] ?? 'HEAD ' ) . ' --exclude-gzip --exclude-bzip2 ' );
94+ system ('php ./build.php --remote= ' . ($ options ['currRemote ' ] ?? 'HEAD ' ) . ' --exclude-gzip --exclude-zstd ' );
9595
9696 $ files = glob (__DIR__ . '/tmp/packages/*Full_Package.zip ' );
9797
@@ -221,7 +221,7 @@ function usage($command)
221221 echo 'Runing build script for previous major version. ' . PHP_EOL ;
222222 echo PHP_EOL ;
223223
224- system ('php ./build/build.php --remote= ' . ($ options ['prevRemote ' ] ?? 'HEAD ' ) . ' --exclude-gzip --exclude-bzip2 ' );
224+ system ('php ./build/build.php --remote= ' . ($ options ['prevRemote ' ] ?? 'HEAD ' ) . ' --exclude-gzip --exclude-zstd ' );
225225
226226 chdir (__DIR__ );
227227
You can’t perform that action at this time.
0 commit comments