upload_artifact
Upload an APK or AAB to Google Play Console and create a release on a specified track. File type is auto-detected, with atomic upload and track assignment.
Instructions
Upload an APK or AAB and create a release on the given track.
File type auto-detected from extension (.apk/.aab). Upload and track assignment are atomic.
Args: package_name: Package name, e.g. com.example.myapp file_path: Absolute local path to the APK or AAB. track: "internal" (default), "alpha", "beta", or "production". status: "draft" (default), "inProgress", or "completed". rollout_percentage: Rollout % when status is "inProgress". Default 10%. release_name: Optional human-readable name. release_notes: Optional {lang: text} dict, e.g. {"en-US": "Initial release"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| file_path | Yes | ||
| track | No | internal | |
| status | No | draft | |
| rollout_percentage | No | ||
| release_name | No | ||
| release_notes | No |