Conversation
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Bug: Artifact cache doesn't distinguish AAB from APK
The ARTIFACT_TRAITS used for caching only includes variant and optionally PR number, but doesn't include the aab input. This causes the system to return a cached APK when an AAB is requested (or vice versa) if they share the same variant, since the artifact lookup can't distinguish between the two build types.
action.yml#L139-L141
Lines 139 to 141 in c80cb68
action.yml#L153-L155
Lines 153 to 155 in c80cb68
action.yml#L283-L284
Lines 283 to 284 in c80cb68
|
Thanks for the contribution! Removing |
This reverts commit 0ac4854.
|
@thymikee can we merge please? |
Note
Add AAB build support and propagate build type through artifact discovery, caching, naming, and messaging.
action.yml):aabinput to toggle Android App Bundle builds.BUILD_TYPEenv (aab/apk) and pass--aabtorock build:androidwhen enabled.*.aabor*.apkaccordingly.README.md):aabusage and input in examples and Inputs table.Written by Cursor Bugbot for commit b680fac. This will update automatically on new commits. Configure here.