Skip to content

Commit

Permalink
please work
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Mar 1, 2024
1 parent f128556 commit c242c7e
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 @@ -28,7 +28,8 @@ jobs:
encodedString: ${{ secrets.KEYSTORE_FILE }}

- name: Add signing configs to build.gradle
run: echo "apply from: 'ci_signing.gradle'" >> mastodon/build.gradle
run: >
echo "apply from: 'ci_signing.gradle'" >> mastodon/build.gradle
- name: Build and deploy to Google Play
run: bundle exec fastlane deploy
Expand Down

0 comments on commit c242c7e

Please sign in to comment.