From 263510063507e77ba98d6b8d44882e891fc4d7f5 Mon Sep 17 00:00:00 2001 From: Swayangjit Prasad Parida Date: Thu, 9 May 2024 00:28:32 +0530 Subject: [PATCH] Issue #DJP-000 chore: Update android.yml --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 08aefa9..dea2f97 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -47,7 +47,7 @@ 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 @@ -55,7 +55,7 @@ jobs: 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 @@ -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