This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323echo " Uploading build..."
2424
25- cp app/build/outputs/apk/release/app-release.apk mobileKKM_${MAJOR_MINOR} . ${1} .apk
25+ cp app/build/outputs/apk/release/app-release.apk mobileKKM_${MAJOR_MINOR} + ${1} .apk
2626cp app/build/outputs/mapping/release/mapping.txt proguard.txt
2727
28- curl -F chat_id=" 101110325" -F disable_notification=" false" -F document=@" mobileKKM_${MAJOR_MINOR} . ${1} .apk" -F caption=" Building app with versionCode ${1} " https://api.telegram.org/bot$BOT_TOKEN /sendDocument
28+ curl -F chat_id=" 101110325" -F disable_notification=" false" -F document=@" mobileKKM_${MAJOR_MINOR} + ${1} .apk" -F caption=" Building app with versionCode ${1} " https://api.telegram.org/bot$BOT_TOKEN /sendDocument
2929curl -F chat_id=" 101110325" -F disable_notification=" false" -F document=@" proguard.txt" https://api.telegram.org/bot$BOT_TOKEN /sendDocument
3030
3131echo " Done! Build successfully uploaded via Telegram."
You can’t perform that action at this time.
0 commit comments