Skip to content

Commit 993507c

Browse files
committed
Add note about Google Login
1 parent c102406 commit 993507c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lanes/build.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def upload_installable_build(product:)
263263
app_display_name: product,
264264
app_icon: ":#{product.downcase}:", # Use Buildkite emoji based on product name
265265
download_url: install_url,
266-
metadata: { Flavor: INSTALLABLE_BUILD_FLAVOR, 'Build Type': INSTALLABLE_BUILD_TYPE },
266+
metadata: { Flavor: INSTALLABLE_BUILD_FLAVOR, 'Build Type': INSTALLABLE_BUILD_TYPE, 'ℹ️ Note': 'Google Login is not supported on these builds.'},
267267
fold: true
268268
)
269269

0 commit comments

Comments
 (0)