From bde92be29db2055857caef46a95f83a1df896568 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Sat, 6 Apr 2024 23:13:25 -0400 Subject: [PATCH] Fix keystore path 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 a2f69835b..68eb6b9a6 100644 --- a/etc/github.signing.properties +++ b/etc/github.signing.properties @@ -1,2 +1,2 @@ -STORE_FILE=/home/user/keystores/android-release.keystore +STORE_FILE=/home/runner/keystores/android-release.keystore KEY_ALIAS=github-ci