bugsnag / bugsnag-cli

CLI for uploading symbol files and creating releases on your BugSnag dashboard
https://docs.bugsnag.com/build-integrations/bugsnag-cli/
MIT License
3 stars 1 forks source link

[PLAT-12453] Ensure that extracted `.aab` files can be processed by the Android AAB upload function #114

Closed joshedney closed 2 months ago

joshedney commented 2 months ago

Goal

Ensure that extracted .aab files can be processed by the Android AAB upload function

Changeset

Check to see if the path that has been given to the ProcessAndroidAab function contains folders that indicate it is an extracted aab file so that we can skip looking for an aab file within the provided folder.

Testing

Covered by CI