Skip to content

Commit

Permalink
chore: google service condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 15, 2024
1 parent 2aed48c commit 141a0f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-android-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:

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

- name: Build APK
Expand Down

0 comments on commit 141a0f9

Please sign in to comment.