Skip to content

Commit 1af489c

Browse files
committed
Refactor build workflow to use correct file path for Telegram notification
1 parent 9702722 commit 1af489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
to: ${{ secrets.TELEGRAM_TO }}
5555
token: ${{ secrets.TELEGRAM_TOKEN }}
56-
message_file: "./android/app/build/outputs/apk/release/Tech_Triangle-arm64-v8a.apk"
56+
document: "./android/app/build/outputs/apk/release/Tech_Triangle-arm64-v8a.apk"
5757
message: |
5858
${{ github.actor }} created commit:
5959
Commit message: ${{ github.event.commits[0].message }}

0 commit comments

Comments
 (0)