Skip to content

Commit

Permalink
fix: file name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaygojiya committed Jun 2, 2024
1 parent d534a8e commit 8b2e5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo $ENCODED_STRING > keystore-b64.txt
base64 -d keystore-b64.txt > android/app/keystore.jks
echo $GOOGLE_SERVICES_CONFIG > google-services-b64.txt
base64 -d google-services-b64 > android/app/google-services.json
base64 -d google-services-b64.txt > android/app/google-services.json
- name: Generate android APK
env:
Expand Down

0 comments on commit 8b2e5cb

Please sign in to comment.