Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Jun 14, 2023
1 parent 85b332e commit 92bc22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
python-version: '3.10'
- name: Create google-services.json
env: # Or as an environment variable
$google_services_json: ${{ secrets.GOOGLE_SERVICES_JSON }}
env:
google_services_json: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $google_services_json | base64 -d > voipms-sms/src/primary/google-services.json
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 92bc22d

Please sign in to comment.