And Gradle needs to know where it is

This commit is contained in:
Grishka 2024-03-01 10:29:12 +03:00
parent 11be65c6fe
commit 19950e5115
1 changed files with 2 additions and 1 deletions

View File

@ -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