Browse Source

ci(linux): fix command [skip ci]

Baptiste Augrain 1 năm trước cách đây
mục cha
commit
58bf4cb91c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      package_linux_bin.sh
  2. 1 1
      package_linux_reh.sh

+ 1 - 1
package_linux_bin.sh

@@ -7,7 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
   exit 1
   exit 1
 fi
 fi
 
 
-tar -xzf ./vscode.tar.gz .
+tar -xzf ./vscode.tar.gz
 
 
 cd vscode || { echo "'vscode' dir not found"; exit 1; }
 cd vscode || { echo "'vscode' dir not found"; exit 1; }
 
 

+ 1 - 1
package_linux_reh.sh

@@ -7,7 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
   exit 1
   exit 1
 fi
 fi
 
 
-tar -xzf ./vscode.tar.gz .
+tar -xzf ./vscode.tar.gz
 
 
 cd vscode || { echo "'vscode' dir not found"; exit 1; }
 cd vscode || { echo "'vscode' dir not found"; exit 1; }