瀏覽代碼

ci(linux): fix command [skip ci]

Baptiste Augrain 1 年之前
父節點
當前提交
58bf4cb91c
共有 2 個文件被更改,包括 2 次插入2 次删除
  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
 fi
 
-tar -xzf ./vscode.tar.gz .
+tar -xzf ./vscode.tar.gz
 
 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
 fi
 
-tar -xzf ./vscode.tar.gz .
+tar -xzf ./vscode.tar.gz
 
 cd vscode || { echo "'vscode' dir not found"; exit 1; }