This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put this file under .github/workflows folder. | |
# You have to convert your key.jks and key.properties to base64 and then add them to the repository secrets . | |
# Command to conver files to base64 : base64 key.jks > key.jks.base64 | |
# Open key.jks.base64 and copy the base64 and then put in your repository secrets . | |
# If you want to recieve apk in telegram you have to create a telegram bot and then put | |
# the bot token and your uid of your account in the repository secrets . | |
# How get the uid of your telegram account : https://github.com/appleboy/telegram-action |