Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Feb 7, 2025
1 parent 8dacce4 commit 706b61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: 📁 Copy google-services.json file
run: |
mkdir -p android
printf '%s' "${{ secrets.GOOGLE_SERVICES_JSON }}" > android/google-services.json
printf '%s' "${{ secrets.GOOGLE_SERVICES_JSON }}" > ./android/google-services.json
- name: 🚀 Build app
run: eas build --non-interactive --platform android --local --profile production_apk --output=./app-release.apk
Expand Down

0 comments on commit 706b61f

Please sign in to comment.