diff --git a/package_linux_bin.sh b/package_linux_bin.sh index d405d7b..6ecffc0 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -7,10 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then exit 1 fi -pwd -ls -la - -tar -xfz ./vscode.tar.gz . +tar -xzf ./vscode.tar.gz . cd vscode || { echo "'vscode' dir not found"; exit 1; } diff --git a/package_linux_reh.sh b/package_linux_reh.sh index e5b251e..d578d17 100755 --- a/package_linux_reh.sh +++ b/package_linux_reh.sh @@ -7,10 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then exit 1 fi -pwd -ls -la - -tar -xfz ./vscode.tar.gz . +tar -xzf ./vscode.tar.gz . cd vscode || { echo "'vscode' dir not found"; exit 1; }