mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 03:20:16 +10:00
ci(linux): fix artifact usage [skip ci]
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user