Skip to content

Commit

Permalink
Github actions build android
Browse files Browse the repository at this point in the history
  • Loading branch information
damiansikora85 committed Nov 22, 2023
1 parent 0e624f4 commit 41e19c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON_TEXT }}
run: |
echo $DATA >> BusSchedule.Android/Assets/google-services1.json
touch BusSchedule.Android/Assets/google-services.json
echo $DATA >> BusSchedule.Android/Assets/google-services.json
- name: Build
run: |
Expand Down

0 comments on commit 41e19c3

Please sign in to comment.