Skip to content

Commit d75ef5e

Browse files
committed
Remove redundant Telegram action for sending APK files in build workflow
1 parent 3407e36 commit d75ef5e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
token: ${{ secrets.BOT_TOKEN }}
6565
message: |
6666
${{github.event.head_commit.message}}
67-
68-
- name: Send apk files
69-
uses: appleboy/telegram-action@master
70-
with:
71-
to: ${{ secrets.CHAT_ID }}
72-
token: ${{ secrets.BOT_TOKEN }}
7367
document: |
7468
android/app/build/outputs/apk/release/Tech_Triangle-nightly-arm64-v8a.apk
7569
android/app/build/outputs/apk/release/Tech_Triangle-nightly-armeabi-v7a.apk

0 commit comments

Comments
 (0)