From c7dd18cb9f2d4d33e33446df96df9a17a0c9e303 Mon Sep 17 00:00:00 2001 From: shreya-mishra Date: Mon, 9 Oct 2023 19:36:35 +0530 Subject: [PATCH] updated the pipelin yml in which the output file will get stored in assets folder --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 0736c790..acbb7024 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -41,7 +41,7 @@ jobs: run: cd android && chmod +x ./gradlew - name: build release - run: npx react-native bundle --platform android --dev false --entry-file index.js cd android/app/src/main && mkdir assets --bundle-output index.android.bundle --assets-dest android/app/src/main/res && cd android && ./gradlew assembleDebug + run: npx react-native bundle --platform android --dev false --entry-file index.js --assets-dest cd android/app/src/main && mkdir assets --bundle-output index.android.bundle && cd android && ./gradlew assembleDebug - name: list files run: ls -lrt android/app/build/outputs/apk/debug