mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-21 18:40:16 +10:00
ci(linux): re-add gz compression and add debug [skip ci]
This commit is contained in:
@@ -7,7 +7,10 @@ if [[ "${CI_BUILD}" == "no" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
tar -xf ./vscode.tar .
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
tar -xfz ./vscode.tar.gz .
|
||||
|
||||
cd vscode || { echo "'vscode' dir not found"; exit 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user