From 19950e511544c529c1ea595f09f604ceb2135963 Mon Sep 17 00:00:00 2001 From: Grishka Date: Fri, 1 Mar 2024 10:29:12 +0300 Subject: [PATCH] And Gradle needs to know where it is --- .github/workflows/build_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index fa765f11..fe83023a 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -33,9 +33,10 @@ jobs: fileName: "release.jks" encodedString: ${{ secrets.KEYSTORE_FILE }} - - name: Add signing configs to build.gradle + - name: Prepare Gradle environment run: > echo "apply from: 'ci_signing.gradle'" >> mastodon/build.gradle + echo "sdk.dir=$ANDROID_SDK_ROOT" > local.properties - name: Build and deploy to Google Play run: bundle exec fastlane deploy