fix(reh): build reh archives

This commit is contained in:
Baptiste Augrain
2024-11-05 18:04:24 +01:00
parent d598450d02
commit e3a0ba975b
4 changed files with 26 additions and 23 deletions

View File

@@ -154,7 +154,7 @@ if [[ "${SHOULD_BUILD_REH}" != "no" ]]; then
pushd "../vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
if [[ -f "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" ]]; then
exec "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh"
bash "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh"
fi
echo "Archiving REH"
@@ -173,7 +173,7 @@ if [[ "${SHOULD_BUILD_REH_WEB}" != "no" ]]; then
pushd "../vscode-reh-web-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
if [[ -f "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" ]]; then
exec "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh"
bash "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh"
fi
echo "Archiving REH-web"