소스 검색

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; }