From 9ad9bc07ffadde98248f648c6aba2686fdf8dc30 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sat, 6 Apr 2024 23:18:15 -0400 Subject: [PATCH] Fix keystore name to produce signed build --- etc/github.signing.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/github.signing.properties b/etc/github.signing.properties index 68eb6b9a6..1957b21e6 100644 --- a/etc/github.signing.properties +++ b/etc/github.signing.properties @@ -1,2 +1,2 @@ STORE_FILE=/home/runner/keystores/android-release.keystore -KEY_ALIAS=github-ci +KEY_ALIAS=mykey