From 58bf4cb91ce0cf08b28ba22ed7efdb72887f0bf0 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 21 Feb 2024 21:48:39 +0100 Subject: [PATCH] ci(linux): fix command [skip ci] --- package_linux_bin.sh | 2 +- package_linux_reh.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package_linux_bin.sh b/package_linux_bin.sh index 6ecffc0..41857a8 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -7,7 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then exit 1 fi -tar -xzf ./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 d578d17..8dbe1b1 100755 --- a/package_linux_reh.sh +++ b/package_linux_reh.sh @@ -7,7 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then exit 1 fi -tar -xzf ./vscode.tar.gz . +tar -xzf ./vscode.tar.gz cd vscode || { echo "'vscode' dir not found"; exit 1; }