Debug APK output location (Android)

Hi, I’ve noticed that both Debug and Release versions of android APKs both go in:

export\android\bin\app\build\outputs\apk\release[gamename]-release.apk

So even if I build with “lime test android -debug”, it will build a Debug version, but the APK is named incorrectly. I know that this did work correctly at some point in the past (debug versions went into a debug folder). Does anyone know why?

This isn’t a huge problem, but it’s handy when we release apps to Google Play as an extra check to make sure we’re not putting up a debug version.

Thanks,
Greg