From 21e25fe7a756f988bd2b5c3c2ec3407fdcbf293a Mon Sep 17 00:00:00 2001 From: Sadwhy <99601717+Sadwhy@users.noreply.github.com> Date: Sat, 25 May 2024 22:43:17 +0600 Subject: [PATCH] Fix commit messages in discord and telegram upload (#403) It will fix it in its next build. --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 558fb658..68444cd8 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -108,7 +108,7 @@ jobs: #Telegram curl -F "chat_id=${{ secrets.TELEGRAM_CHANNEL_ID }}" \ - -F "document=@app/build/outputs/apk/google/alpha/app-google-universal-alpha.apk" \ + -F "document=@app/build/outputs/apk/google/alpha/app-google-alpha.apk" \ -F "caption=Alpha-Build: ${VERSION}: ${commit_messages}" \ https://api.telegram.org/bot${{ secrets.TELEGRAM_BOT_TOKEN }}/sendDocument