소스 검색

ci(linux): keep dotfiles [skip ci]

Baptiste Augrain 1 년 전
부모
커밋
5108f834ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/insider-linux.yml

+ 2 - 2
.github/workflows/insider-linux.yml

@@ -103,8 +103,8 @@ jobs:
 
       - name: Compress vscode artifact
         run: |
-          find vscode/* -type f -not -path "*/node_modules" -not -path "*/node_modules/*" -not -path ".build/node" > vscode.txt
-          find vscode/.build/extensions/node_modules/* -type f >> vscode.txt
+          find vscode -type f -not -path "*/node_modules" -not -path "*/node_modules/*" -not -path ".build/node" > vscode.txt
+          find vscode/.build/extensions/node_modules -type f >> vscode.txt
           tar -czf vscode.tar.gz -T vscode.txt
 
       - name: Upload vscode artifact