AppCenter-Github-Action
AppCenter-Github-Action copied to clipboard
Upload mapping files
This tool should also upload obfuscation mapping files if found. https://docs.microsoft.com/en-us/appcenter/diagnostics/android-deobfuscation#app-center-cli
Hi! Do you have any updates on this? As I understood, the plugin doesn't upload mapping files to the app center?
hi 👋 yes, the plugin doesn't upload mapping files.
Looking at docs linked in issue description it looks like it shouldn't be very difficult - just passing file from action to appcenter
CLI argument.
I see there's PR (#26) which does it, but also adds some major changes I didn't had chance to verify and review.
Thanks for raising this issue, I see this will be valuable feature but unfortunately I won't have time in nearest week - maybe next one. If it's priority to you and you'd like to contribute, I'll definitely welcome a PR with that.
Hi @wzieba seems like there is no any progress on this issue, how can I help you with this enhancement?
hi @nvkleban . Could you please test action from #44? Does it work and address your needs? You should be able to refer to it by specifying the branch name: uses: wzieba/AppCenter-Github-Action@upload_mappings_from_fork
.