Open
Description
Describe the feature you want
We need to figure out a way for Github Actions to use the same signing key for all builds in a single PR.
Is your feature request related to a problem? Please describe it
Currently, Github Actions builds artifacts that are signed with a different key each time the job is run. This causes a problem: you cannot install a new APK on top of an older APK from the same PR. This forces you to back up the database, uninstall the older APK, install the new one, and then restore the backup. Needless to say, this is quite annoying for testers of multiple PRs.