From 2ecd1fb9147ccc52ef2dbd4b3d427c75b068ffef Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Mon, 27 Feb 2023 20:02:02 +0530 Subject: [PATCH] Update qa-build.yml --- .github/workflows/qa-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-build.yml b/.github/workflows/qa-build.yml index 0f9bc6c7..d2bc705d 100644 --- a/.github/workflows/qa-build.yml +++ b/.github/workflows/qa-build.yml @@ -79,7 +79,7 @@ jobs: cmd: install # will run `yarn install` command - name: Assemble with Stacktrace - QA Debug if: (github.event.inputs.environment == 'qa' || inputs.environment == 'qa') && (github.event.inputs.type == 'debug' || inputs.type == 'debug') - run: yarn move:qa && cd android && ./gradlew assembleDebug --stacktrace + run: yarn move:qa && cd android && ./gradlew assembleDebug --stacktrace && cd android/app/build/outputs/apk/release && ls && cd android/app/build/outputs/apk/debug && ls - name: Assemble with Stacktrace - DEV Debug if: (github.event.inputs.environment == 'dev' || inputs.environment == 'dev') && (github.event.inputs.type == 'debug' || inputs.type == 'debug') run: yarn move:dev &&cd android && ./gradlew assembleDebug --stacktrace