fix script

This commit is contained in:
EthanShoeDev
2025-09-10 06:09:28 -04:00
parent 308dd8fa0d
commit 7ce3e20e73

View File

@@ -163,7 +163,7 @@ const signedBuildCommand = command({
if (ghRelease) if (ghRelease)
await cmd( await cmd(
`gh release create v${packageJson.version} ./android/app/build/outputs/bundle/release/app-release.aab`, `gh release create v${packageJson.version} ./android/app/build/outputs/apk/release/app-release.apk`,
); );
} }
}, },