fix: dynamically discover AAB path in Play Store deploy workflow#355
fix: dynamically discover AAB path in Play Store deploy workflow#355adithya1012 with Copilot wants to merge 2 commits into
Conversation
Agent-Logs-Url: https://github.com/mieweb/pulse/sessions/f4d1f227-e814-4810-a965-0bd27f6c83e5 Co-authored-by: adithya1012 <38344535+adithya1012@users.noreply.github.com>
|
@copilot https://github.com/mieweb/pulse/actions/runs/26260572072/job/77292889145 it is failing in Verify AAB file Run if [ ! -f "android/app/build/outputs/bundle/release/release.aab" ]; then |
You’re right — that failure is from the hardcoded |
origin/android_actionand switch local branch toandroid_action34f655aontoandroid_action.github/workflows/playstore-deploy.ymlby keeping the fixed dynamic-path workflow.github/workflows/playstore-deploy.ymlcontains dynamic AAB discovery and shared${{ env.AAB_PATH }}usageorigin/android_actionOriginal prompt
This pull request was created from Copilot chat.