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 ce5814e commit 28ad1c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ jobs:
- name: Load Google Service file
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
DATA: ${{ secrets.GOOGLE_SERVICES_JSON_TEXT }}
run: |
echo $DATA | base64 -di
echo $DATA | base64 -di > BusSchedule.Android/Assets/google-services.json
echo $DATA >> BusSchedule.Android/Assets/google-services.json
- name: Build
run: |
Expand Down

0 comments on commit 28ad1c3

Please sign in to comment.