Updated CI for GH Actions Builds

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-28 22:11:38 -04:00
parent 726e1e756d
commit a1087ddec8
Signed by: crueter
GPG key ID: A5A7629F109C8FD1
9 changed files with 166 additions and 51 deletions

View file

@ -16,8 +16,6 @@ chmod +x ./gradlew
./gradlew assembleRelease
./gradlew bundleRelease
ccache -s -v
if [ ! -z "${ANDROID_KEYSTORE_B64}" ]; then
rm "${ANDROID_KEYSTORE_FILE}"
fi