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 12, 2024
1 parent 0d927d7 commit 2aed48c
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 @@ -88,7 +88,7 @@ jobs:
- name: Add Google Services file
env:
google-services-file: ${{ secrets.secrets.google-services-file }}
if: ${{ env.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 2aed48c

Please sign in to comment.