-
Hi, how to singed android apk in the github action? If someone have tried this, would u share the ci script, thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
mhsmith
Jul 3, 2025
Replies: 1 comment
-
I'm not aware of any CI script to do this with Briefcase, but the most recent discussion of Android signing is in #2150. You'll probably want to store the key file in a secret, and write it back to a file like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jzhenli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not aware of any CI script to do this with Briefcase, but the most recent discussion of Android signing is in #2150.
You'll probably want to store the key file in a secret, and write it back to a file like this.