Skip to content

Commit

Permalink
Issue #ED-0000 feat: update git actions flow, read udpated file
Browse files Browse the repository at this point in the history
  • Loading branch information
vpPavithra committed Jun 13, 2024
1 parent 308da74 commit 0e2aeb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ jobs:
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'Capacitor.jks'
fileDir: '/home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/android/app/'
fileDir: '/home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/android/app/keystore/'
encodedString: ${{ secrets.KEYSTORE }}

- name: verify capacitor jks file
run: ls /home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/android/app
run: ls /home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/android/appkeystore/

- name: read capacitor jks file
run: cat /home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/android/app/Capacitor.jks
run: cat /home/runner/work/SunbirdEd-mobile-app/SunbirdEd-mobile-app/android/app/keystore/Capacitor.jks

- name: Decode signing properties
id: decode_properties
Expand Down

0 comments on commit 0e2aeb6

Please sign in to comment.