ci(linux): keep dotfiles [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-23 00:16:37 +01:00
parent 694f559418
commit 5108f834ff

View File

@@ -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