mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
fix script
This commit is contained in:
@@ -163,7 +163,7 @@ const signedBuildCommand = command({
|
||||
|
||||
if (ghRelease)
|
||||
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`,
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user