Skip to content

Commit

Permalink
[FIX][deploy json file format fixed]
Browse files Browse the repository at this point in the history
  • Loading branch information
emreesen27 authored Feb 12, 2024
1 parent a9d32f2 commit 63cd436
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ jobs:
with:
submodules: 'true'

- name: Create file
run: cat /home/runner/work/Android-Sn-File-Manager/Android-Sn-File-Manager/app/google-services.json | base64

- name: Putting data
env:
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }}
run: echo $DATA > /home/runner/work/Android-Sn-File-Manager/Android-Sn-File-Manager/app/google-services.json
- name: Create Google Services JSON file
run: echo "${{ secrets.GOOGLE_SERVICES_JSON }}" > /home/runner/work/Android-Sn-File-Manager/Android-Sn-File-Manager/app/google-services.json

- name: Build APK with Gradle
run: ./gradlew assembleRelease
Expand Down

0 comments on commit 63cd436

Please sign in to comment.