wzieba / AppCenter-Github-Action

This action uploads artifacts (.apk or .ipa) to Visual Studio App Center.
MIT License
79 stars 70 forks source link

Upload mapping files #12

Open wzieba opened 4 years ago

wzieba commented 4 years ago

This tool should also upload obfuscation mapping files if found. https://docs.microsoft.com/en-us/appcenter/diagnostics/android-deobfuscation#app-center-cli

VladSumtsov commented 3 years ago

Hi! Do you have any updates on this? As I understood, the plugin doesn't upload mapping files to the app center?

wzieba commented 3 years ago

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.

nvkleban commented 2 years ago

Hi @wzieba seems like there is no any progress on this issue, how can I help you with this enhancement?

wzieba commented 2 years ago

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.