1 Commits

Author SHA1 Message Date
097abc5f29 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:49:08 +02:00

View File

@@ -44,7 +44,7 @@ jobs:
echo "${{ secrets.ANDROID_SECRET_PROPERTIES }}" > secrets.properties
echo "${{ secrets.ANDROID_GOOGLE_PLAY_JSON }}" > google-key.json
# decode the base64 encoded google key
base64 -d ${{ secrets.ANDROID_KEYSTORE_BASE64 }} > release.keystore
echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 -d - > release.keystore
working-directory: android
- name: Install fastlane