Update android.yml

This commit is contained in:
An Bui 2025-09-23 13:12:41 +07:00
parent 8c6c477e7f
commit f96a6c15aa

View file

@ -53,7 +53,9 @@ jobs:
with:
name: android-release-apk
path: app/build/outputs/apk/release/app-release.apk
run: |
- name: Upload to Telegram
run: |
if [[ -n "${{ secrets.TELEGRAM_BOT_TOKEN }}" ]]; then
success=true