1 Commits

Author SHA1 Message Date
1e54ff45d5 remove gradle again
Some checks failed
Build and deploy the backend to production / Deploy to production (push) Has been cancelled
Build and deploy the backend to production / Build and push image (push) Has been cancelled
/ push-to-remote (push) Successful in 12s
2024-09-25 17:39:08 +02:00

View File

@@ -42,8 +42,9 @@ jobs:
- name: Load secrets from github
run: |
echo "${{ secrets.ANDROID_SECRET_PROPERTIES }}" > secrets.properties
echo "${{ secrets.ANDROID_KEYSTORE }}" > release.keystore
echo "${{ secrets.ANDROID_GOOGLE_PLAY_JSON }}" > google-key.json
# decode the base64 encoded google key
base64 -d ${{ secrets.ANDROID_KEYSTORE_BASE64 }} > release.keystore
working-directory: android
- name: Install fastlane