diff --git a/scripts/release-testing/test-e2e-local.js b/scripts/release-testing/test-e2e-local.js index 9ff312d84bf6..34661737815a 100644 --- a/scripts/release-testing/test-e2e-local.js +++ b/scripts/release-testing/test-e2e-local.js @@ -164,7 +164,7 @@ async function testRNTesterAndroid( exec(`unzip ${downloadPath} -d ${unzipFolder}`); let apkPath = path.join( unzipFolder, - `app-${argv.hermes === true ? 'hermes' : 'jsc'}-${emulatorArch}-release.apk`, + `app-${argv.hermes === true ? 'hermes' : 'jsc'}-${emulatorArch}-debug.apk`, ); exec(`adb install ${apkPath}`);