Jelajahi Sumber

ci(linux): fix command [skip ci]

Baptiste Augrain 1 tahun lalu
induk
melakukan
58bf4cb91c
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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; }