We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f801f commit 97159a8Copy full SHA for 97159a8
action.yaml
@@ -81,7 +81,7 @@ runs:
81
echo $KEYSTORE | base64 --decode > ${{ inputs.android_package_name }}/release_keystore.keystore
82
83
# Inflate google-services.json
84
- echo $GOOGLE_SERVICES > ${{ inputs.android_package_name }}/google-services.json
+ echo $GOOGLE_SERVICES | base64 --decode > ${{ inputs.android_package_name }}/google-services.json
85
86
- name: Build Debug Android App
87
if: ${{ inputs.build_type == 'Debug' }}
0 commit comments