|  | @@ -178,8 +178,8 @@ if [[ "${SHOULD_BUILD_REH}" != "no" ]]; then
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    pushd "../vscode-reh-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  if [[ -f "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" ]]; then
 | 
	
		
			
				|  |  | -    bash "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" "node_modules"
 | 
	
		
			
				|  |  | +  if [[ -f "../build/linux/${VSCODE_ARCH}/ripgrep.sh" ]]; then
 | 
	
		
			
				|  |  | +    bash "../build/linux/${VSCODE_ARCH}/ripgrep.sh" "node_modules"
 | 
	
		
			
				|  |  |    fi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    echo "Archiving REH"
 | 
	
	
		
			
				|  | @@ -197,8 +197,8 @@ if [[ "${SHOULD_BUILD_REH_WEB}" != "no" ]]; then
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    pushd "../vscode-reh-web-${VSCODE_PLATFORM}-${VSCODE_ARCH}"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  if [[ -f "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" ]]; then
 | 
	
		
			
				|  |  | -    bash "../ripgrep_${VSCODE_PLATFORM}_${VSCODE_ARCH}.sh" "node_modules"
 | 
	
		
			
				|  |  | +  if [[ -f "../build/linux/${VSCODE_ARCH}/ripgrep.sh" ]]; then
 | 
	
		
			
				|  |  | +    bash "../build/linux/${VSCODE_ARCH}/ripgrep.sh" "node_modules"
 | 
	
		
			
				|  |  |    fi
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    echo "Archiving REH-web"
 |