Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Smithy-x committed Mar 13, 2024
1 parent 446c251 commit 98ef03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create file
run: cat app/google-services.json | base64
run: cat ./app/google-services.json | base64
- name: Putting data
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA > app/google-services.json
run: echo $DATA > ./app/google-services.json
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 98ef03e

Please sign in to comment.