Skip to content

Commit

Permalink
Fix commit messages in discord and telegram upload (#403)
Browse files Browse the repository at this point in the history
It will fix it in its next build.
  • Loading branch information
Sadwhy authored May 25, 2024
1 parent 7b36cd0 commit 21e25fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21e25fe

Please sign in to comment.