Skip to content

Commit

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

- 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: Create Google Services JSON
id: create_google_json
uses: jsdaniell/[email protected]
with:
name: "google-services.json"
json: ${{ secrets.GOOGLE_SERVICES_JSON }}

- name: Move Google Services JSON to App Directory
run: mv 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 ff97d7b

Please sign in to comment.