ci(linux): re-add gz compression and add debug [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-21 20:27:52 +01:00
parent a4ed6272bb
commit 4d712a77a8
3 changed files with 13 additions and 7 deletions

View File

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