FUCK TELEGRAM

This commit is contained in:
ibo
2024-06-23 07:17:12 +02:00
committed by GitHub
parent ab2a93f66a
commit 3b809daa49

View File

@@ -227,9 +227,9 @@ jobs:
${{ secrets.DISCORD_WEBHOOK }}
# Upload APK to Discord
# curl -F "payload_json=${contentbody}" \
# -F "dantotsu_debug=@app/build/outputs/apk/google/alpha/app-google-alpha.apk" \
# ${{ secrets.DISCORD_WEBHOOK }}
curl -F "payload_json=${contentbody}" \
-F "dantotsu_debug=@app/build/outputs/apk/google/alpha/app-google-alpha.apk" \
${{ secrets.DISCORD_WEBHOOK }}
# Send Telegram message without uploading APK
commit_messages=$(echo "$COMMIT_LOG" | sed 's/[ ]*\[.*$//')