please work
This commit is contained in:
parent
f128556a49
commit
c242c7ec82
|
@ -28,7 +28,8 @@ jobs:
|
||||||
encodedString: ${{ secrets.KEYSTORE_FILE }}
|
encodedString: ${{ secrets.KEYSTORE_FILE }}
|
||||||
|
|
||||||
- name: Add signing configs to build.gradle
|
- 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
|
- name: Build and deploy to Google Play
|
||||||
run: bundle exec fastlane deploy
|
run: bundle exec fastlane deploy
|
||||||
|
|
Loading…
Reference in New Issue