Skip to content

Commit

Permalink
Fix android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 23, 2023
1 parent 0f4a753 commit 5622008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-alpha-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create Firebase json
run: |
echo "$FIREBASE_JSON" > androidApp/google-services.json.b64
base64 -d -i google-services.json.b64 > google-services.json
base64 -d -i androidApp/google-services.json.b64 > androidApp/google-services.json
env:
FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}

Expand Down

0 comments on commit 5622008

Please sign in to comment.