Skip to content

Conversation

@vladislavfrolov
Copy link
Contributor

No description provided.

def bundleDir = new File(buildDir, "outputs/bundle/${variantName}")
if (bundleDir.exists() && bundleDir.isDirectory()) {
def aabFiles = bundleDir.listFiles({ file -> file.name.endsWith(".aab") } as FileFilter)
return aabFiles ? aabFiles[0] : null
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if there are multiple aab files in this folder, should we display some message or fail the upload?

@vladislavfrolov vladislavfrolov merged commit 142daf6 into main Sep 23, 2025
1 check passed
@vladislavfrolov vladislavfrolov deleted the custom-output-file-name-support branch September 26, 2025 10:35
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.

3 participants