Skip to content

Use one signing key per PR #6648

Open
Open
@opusforlife2

Description

@opusforlife2

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIEverything related to CI (Continuous integration)metaRelated to the project but not strictly to code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions