mirror of
https://gitlab.com/foxixus/neomovies_mobile.git
synced 2025-10-27 19:58:50 +05:00
ADDED FUNCTIONALITY: - Telegram Bot API integration for publishing releases to channel - Automatic APK file uploads (ARM64, ARM32, x86_64) to Telegram - Rich formatted messages with release info (version, commit, branch, files sizes) - Same message format as GitHub releases with Markdown formatting INTEGRATION DETAILS: - Bot Token: 8376391003:AAHhDrAkGDQbxK7DAvtFfoXyp3cv9sGdkwg - Channel ID: -1003117144167 (3117144167) - Uploads all 3 APK variants with descriptions - Sends release info message with download links WORKFLOW: - Runs after successful GitHub release creation - Uses curl for Telegram Bot API calls - Includes error handling and progress logging - Updates GitHub Actions summary with Telegram status This enables automated release distribution through both GitHub and Telegram channels.