feat(fastlane): return AAB path from build lane (#3042)

This commit is contained in:
James Rich 2025-09-09 19:59:43 -05:00 committed by GitHub
parent d2d5487d92
commit 4bed39b6c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,5 +82,6 @@ platform :android do
"android.injected.version.code" => ENV['VERSION_CODE']
}
)
return lane_context[SharedValues::GRADLE_AAB_OUTPUT_PATH]
end
end