Skip to content

Commit

Permalink
chore: fixed google service condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 12, 2024
1 parent 50abdba commit a1402de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-android-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: echo ${{ secrets.keystore }} | base64 --decode >> ${{ inputs.root-path }}/android/app/${{ secrets.keystore-name }}.keystore

- name: Add Google Services file
if: ${{ secrets.google-services-file }}
if: ${{ secrets.google-services-file != '' }}
run: touch ${{ inputs.root-path }}/android/app/google-services.json && echo ${{ secrets.google-services-file }} >> ${{ inputs.root-path }}/android/app/google-services.json

- name: Build APK
Expand Down

0 comments on commit a1402de

Please sign in to comment.