r0adkll / upload-google-play

A GitHub action to upload an Android .apk or .aab file to the Google Play Console
MIT License
761 stars 138 forks source link

Allow uploading mappings.txt for multiple AAB/APK #118

Open boswelja opened 2 years ago

boswelja commented 2 years ago

We currently allow uploading a mapping.txt for releases, but this is only a single file with no way of associating it with a particular release file. This also ties in with #93 as both need a way of associating a file with a release

boswelja commented 2 years ago

Wondering if we should omit the path options for deobfuscation files and try to look them up ourselves, based on the path of the source bundle/apk