diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3486b46..e6a3f3b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -32,14 +32,14 @@ jobs: working-directory: ./flutter_app run: flutter build apk --split-per-abi - - name: Pushing Artifacts to Telegram Bot (csbookci) - uses: appleboy/telegram-action@master - with: - to: ${{ secrets.TELEGRAM_TO }} - token: ${{ secrets.TELEGRAM_TOKEN }} - message: "Build succeeded!" - disable_notification: true - document: ./flutter_app/build/app/outputs/apk/release/*arm*.apk + #- name: Pushing Artifacts to Telegram Bot (csbookci) + # uses: appleboy/telegram-action@master + # with: + # to: ${{ secrets.TELEGRAM_TO }} + # token: ${{ secrets.TELEGRAM_TOKEN }} + # message: "Build succeeded!" + # disable_notification: true + # document: ./flutter_app/build/app/outputs/apk/release/*arm*.apk - name: Upload the artifacts