Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.15 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.15 KB

Linux build Windows build macOS build Android build

  • gpg --full-generate-key
  • gpg --output private.pgp --armor --export-secret-key email

Set GPG_PASS and GPG_KEY in actions secrets

Generate a keystore for the Android app, keys.jks

using the same key generated above,

  • gpg --recipient GPG_ID --armor --encrypt keys.jks

Set as KEYSTORE secret along with its PASS and KEY_ALIAS. This is so the keystore file can be stored as a string value in actions for automated signing.