Skip to content

Commit 97159a8

Browse files
authored
Update action.yaml
1 parent b0f801f commit 97159a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ runs:
8181
echo $KEYSTORE | base64 --decode > ${{ inputs.android_package_name }}/release_keystore.keystore
8282
8383
# Inflate google-services.json
84-
echo $GOOGLE_SERVICES > ${{ inputs.android_package_name }}/google-services.json
84+
echo $GOOGLE_SERVICES | base64 --decode > ${{ inputs.android_package_name }}/google-services.json
8585
8686
- name: Build Debug Android App
8787
if: ${{ inputs.build_type == 'Debug' }}

0 commit comments

Comments
 (0)