Skip to content

Conversation

@armaanbadhan
Copy link
Contributor

@armaanbadhan armaanbadhan commented Feb 20, 2023

Description

added a release_draft workflow. which creates a draft with signed apk of the app.

Issue Resolved

closes #136

Steps to follow:

  1. open android studio -> build -> generate signed bundle/apk -> apk -> create new. remember the credentials
  2. convert the newly generated jsk file to base64 string using any online tool.
  3. on github, go to settings -> secrets and variables -> actions -> new repo secret.
    image
    create all these, signing_key is the base64 string.
  4. in your terminal run the command keytool -list -v -keystore {jsk file path} -alias {alias}
  5. enter passwords and copy the sha1 and sha256 fingerprints and add them to your firebase console.

ez

Checklist

Please make sure to review the following before submitting your PR:

  • I have read the contribution guidelines.
  • I have read the code of conduct.
  • I have reviewed my submission in detail.

@armaanbadhan armaanbadhan reopened this Feb 20, 2023
Copy link
Collaborator

@ken1000minus7 ken1000minus7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@ken1000minus7 ken1000minus7 merged commit e59a4f2 into PEC-CSS:main Feb 20, 2023
@ken1000minus7 ken1000minus7 added hard Hard difficulty pwoc This issue can be resolved under pwoc labels Feb 20, 2023
@SUGAM-ARORA SUGAM-ARORA removed pwoc This issue can be resolved under pwoc hard Hard difficulty labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate APK release

3 participants