Skip to content

Commit

Permalink
And Gradle needs to know where it is
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Mar 1, 2024
1 parent 11be65c commit 19950e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19950e5

Please sign in to comment.