We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9702722 commit 1af489cCopy full SHA for 1af489c
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
to: ${{ secrets.TELEGRAM_TO }}
55
token: ${{ secrets.TELEGRAM_TOKEN }}
56
- message_file: "./android/app/build/outputs/apk/release/Tech_Triangle-arm64-v8a.apk"
+ document: "./android/app/build/outputs/apk/release/Tech_Triangle-arm64-v8a.apk"
57
message: |
58
${{ github.actor }} created commit:
59
Commit message: ${{ github.event.commits[0].message }}
0 commit comments