Skip to content

Commit

Permalink
Issue #ED-0000 feat: update git actions path
Browse files Browse the repository at this point in the history
  • Loading branch information
vpPavithra committed Jun 12, 2024
1 parent 5062653 commit 46fb29b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'google-services.json'
fileDir: 'configurations/'
fileDir: '/home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/configurations/'
encodedString: ${{ secrets.GOOGLE_SERVICE_CONTENT }}

- name: Verify google-services.json creation
run: ls -la /home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/configurations/google-services.json

- name: Build Ionic assets
run: ionic build --prod && npx cap sync

Expand Down

0 comments on commit 46fb29b

Please sign in to comment.