this is your last chance hector

This commit is contained in:
ibo
2024-06-24 06:03:13 +02:00
committed by GitHub
parent 4ac299e44a
commit 8ad05e16c5

View File

@@ -269,9 +269,10 @@ jobs:
"https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument" \
-F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \
-F "document=@$APK_PATH" \
-F "caption=New Alpha-Build dropped 🔥 ${VERSION}
-F "caption=<b>New Alpha-Build dropped</b> 🔥
${telegram_commit_messages}" \
${telegram_commit_messages}
version ${VERSION}" \
-F "parse_mode=HTML")
else
echo "APK file not found at $APK_PATH"