ci(linux): fix artifact usage [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-21 20:03:44 +01:00
parent 158d27571f
commit a4ed6272bb
3 changed files with 7 additions and 11 deletions

View File

@@ -7,9 +7,7 @@ if [[ "${CI_BUILD}" == "no" ]]; then
exit 1
fi
if [[ -f "./vscode.tar.gz" ]]; then
tar -xfz ./vscode.tar.gz .
fi
tar -xf ./vscode.tar .
cd vscode || { echo "'vscode' dir not found"; exit 1; }