Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfuertes authored Apr 21, 2022
1 parent 93dda30 commit afbe6e5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afbe6e5

Please sign in to comment.