Skip to content

Instantly share code, notes, and snippets.

View mahmoud-eslami's full-sized avatar

Mahmoud Eslami mahmoud-eslami

View GitHub Profile
@mahmoud-eslami
mahmoud-eslami / flutter_cicd.yaml
Last active October 1, 2022 18:30
GitHub actions workflow to build Flutter app.
# 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