Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
949ab7e87b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/beta.yml
vendored
3
.github/workflows/beta.yml
vendored
|
@ -350,7 +350,8 @@ jobs:
|
||||||
APK_PATH="app/build/outputs/apk/google/alpha/app-google-alpha.apk"
|
APK_PATH="app/build/outputs/apk/google/alpha/app-google-alpha.apk"
|
||||||
response=$(curl -sS -f -X POST \
|
response=$(curl -sS -f -X POST \
|
||||||
"https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \
|
"https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \
|
||||||
-F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
|
-F "chat_id=-1002117798698" \
|
||||||
|
-F "message_thread_id=7044" \
|
||||||
-F "document=@$APK_PATH" \
|
-F "document=@$APK_PATH" \
|
||||||
-F "caption=New Alpha-Build dropped 🔥
|
-F "caption=New Alpha-Build dropped 🔥
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue