ci(linux): fix artifact files rights [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-22 01:07:03 +01:00
parent a6150955be
commit 9ce4c29b64
2 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ fi
tar -xzf ./vscode.tar.gz
chown -R root:root vscode
cd vscode || { echo "'vscode' dir not found"; exit 1; }
export VSCODE_PLATFORM='linux'