yagames-upload-build
Upload a game ZIP archive to Yandex Games as a new build. Provide app ID and local archive path; the archive must include index.html at root.
Instructions
Upload a game ZIP archive as a new build. Requires authentication env vars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Game ID from the console | |
| version | No | Version string (default: 0.0.0.1) | |
| archivePath | Yes | Local path to the ZIP archive containing the game (must have index.html in root) |