Skip to content

Commit

Permalink
add google services file to actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeXTormer committed Feb 7, 2024
1 parent a77e337 commit a18a297
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_for_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
echo "${{ secrets.KEY_PROPERTIES }}" > android/key.properties.asc
gpg -d --passphrase "${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSPHRASE }}" --batch android/release.keystore.asc > android/app/release.keystore
gpg -d --passphrase "${{ secrets.ANDROID_RELEASE_KEYSTORE_PASSPHRASE }}" --batch android/key.properties.asc > android/key.properties
gpg -d --passphrase "${{ secrets.GOOGLE_SERVICES_KEY }}" --batch android/app/google-services.json.asc > android/app/google-services.json
# - run: flutter test

Expand Down
Binary file added android/app/google-services.json.asc
Binary file not shown.

0 comments on commit a18a297

Please sign in to comment.