Skip to content

Commit

Permalink
Issue #DJP-000 chore: Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit authored May 8, 2024
1 parent 9c78017 commit 2635100
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 @@ -47,15 +47,15 @@ jobs:
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'environment.prod.ts'
fileDir: '/home/runner/work/djp-mobile-app/djp-mobile-app/configuration/'
fileDir: '/home/runner/work/mobile-app/mobile-app/configuration/'
encodedString: ${{ secrets.ENV }}

- name: Decode config file
id: decode_config
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'config.properties'
fileDir: '/home/runner/work/djp-mobile-app/djp-mobile-app/configuration/'
fileDir: '/home/runner/work/mobile-app/mobile-app/configuration/'
encodedString: ${{ secrets.CONFIG }}

- name: Transform Sunbird Assistant repo to EJP
Expand All @@ -69,7 +69,7 @@ jobs:
uses: timheuer/base64-to-file@v1.2
with:
fileName: 'android_keystore.jks'
fileDir: '/home/runner/work/djp-mobile-app/djp-mobile-app/android/app/keystore/'
fileDir: '/home/runner/work/mobile-app/mobile-app/android/app/keystore/'
encodedString: ${{ secrets.KEYSTORE }}

- name: Build bundle
Expand Down

0 comments on commit 2635100

Please sign in to comment.