ci: Create a workflow to automate build and publish apk#5
Open
chirag-droid wants to merge 2 commits intooddlyspaced:mainfrom
Open
ci: Create a workflow to automate build and publish apk#5chirag-droid wants to merge 2 commits intooddlyspaced:mainfrom
chirag-droid wants to merge 2 commits intooddlyspaced:mainfrom
Conversation
Owner
|
Great! I won't be merging this right now, as I have a couple of plans in order to update the repo structure, once my exams get over. Once that's there we can tweak and set up a proper ci. Thanks a lot for your contribution! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Screenshots
Workflow to automate build and publish
Setup
If you want to sign your release apks you will need to create 4 secrets in your repository from settings. namely:
the key aliasthe key passwordthe password for the keystore. generally same as the KEY_PASSWORDyour keystore file in base64you can obtain the signing key using this command if on linus
You can also have a test workflow to test the app on real device.