Skip to content

fastlane: upload only the AAB to Play (skip_upload_apk)#17

Merged
LeoColman merged 1 commit into
mainfrom
fix/fastlane-skip-apk
Jul 2, 2026
Merged

fastlane: upload only the AAB to Play (skip_upload_apk)#17
LeoColman merged 1 commit into
mainfrom
fix/fastlane-skip-apk

Conversation

@LeoColman

Copy link
Copy Markdown
Member

The release workflow builds an APK (for the GitHub release) before the fastlane lane builds the AAB, so upload_to_play_store found both and aborted with "Cannot provide both apk(s) and aab". Add skip_upload_apk: true so only the bundle is published.

This is the last blocker — the previous run got past authentication and the package lookup (com.olipsia.jopiter resolves), failing only on this fastlane input conflict.

🤖 Generated with Claude Code

The release workflow builds an APK (for the GitHub release) before the fastlane
lane builds the AAB, so upload_to_play_store found both and aborted with "Cannot
provide both apk(s) and aab". Skip the APK so only the bundle is published.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X5cqJDzZvxqTxMTWcN2jvm
@LeoColman LeoColman merged commit 6a4860b into main Jul 2, 2026
10 checks passed
@LeoColman LeoColman deleted the fix/fastlane-skip-apk branch July 2, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant