From de1d8acc47756dc24ace34f0c0f8d9f95891541b Mon Sep 17 00:00:00 2001 From: shreya-mishra Date: Mon, 9 Oct 2023 20:31:15 +0530 Subject: [PATCH] fix the uploading artifacts --- .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 489a2a7a..6aed3a6f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -63,4 +63,4 @@ jobs: appId: ${{secrets.FIREBASE_APP_ID}} token: ${{secrets.FIREBASE_TOKEN}} groups: ${{secrets.GROUPS}} - file: android/app/build/outputs/apk/release/app-release.apk + file: android/app/build/outputs/apk/debug/app-debug.apk