Skip to content

Sign the build with the alpha signing key

micah requested to merge alpha_sign into main

This will sign the build with the alpha signing key.

It should only invoke the signing when building on the main branch, because the CI variables are 'protected' and only available on 'protected' branches (which the 'main' branch is).

I think this could be done in a better way, but my gradle skills are quite basic.

Fixes: #73 (closed)

Edited by micah

Merge request reports