mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-24 11:50:14 +10:00
ci(linux): keep dotfiles [skip ci]
This commit is contained in:
4
.github/workflows/insider-linux.yml
vendored
4
.github/workflows/insider-linux.yml
vendored
@@ -103,8 +103,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Compress vscode artifact
|
- name: Compress vscode artifact
|
||||||
run: |
|
run: |
|
||||||
find vscode/* -type f -not -path "*/node_modules" -not -path "*/node_modules/*" -not -path ".build/node" > 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
|
find vscode/.build/extensions/node_modules -type f >> vscode.txt
|
||||||
tar -czf vscode.tar.gz -T vscode.txt
|
tar -czf vscode.tar.gz -T vscode.txt
|
||||||
|
|
||||||
- name: Upload vscode artifact
|
- name: Upload vscode artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user