chromebookScreenshots are not uploaded to play store
Author: avrappsCreated Mar 17, 2026Updated Aug 31, 2026
New Issue Checklist
- Updated fastlane to the latest version - Yes
- I read the Contribution Guidelines - yes
- I read docs.fastlane.tools - yes
- I searched for existing GitHub issues - Yes
Issue Description
chromebookScreenshots are not uploaded to play store
Command executed
supply(
json_key_data: ENV["GOOGLE_PLAY_JSON_KEY"],
skip_upload_apk: true,
skip_upload_aab: true,
skip_upload_metadata: true,
skip_upload_images: false,
skip_upload_screenshots: false
)Source: fastlane/fastlane