From 230496e3fb91f260a089bb70ff92e3eb7dee8324 Mon Sep 17 00:00:00 2001 From: Shashwat12-egov Date: Fri, 20 Dec 2024 11:16:28 +0530 Subject: [PATCH] Update flutter-build-apk.yml --- .github/workflows/flutter-build-apk.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flutter-build-apk.yml b/.github/workflows/flutter-build-apk.yml index fc8f7c2b6..d67bc526f 100644 --- a/.github/workflows/flutter-build-apk.yml +++ b/.github/workflows/flutter-build-apk.yml @@ -59,8 +59,10 @@ jobs: env: BUILD_CONFIG: release # or profile depending on your choice run: | - echo "Current working directory: $(pwd)" bash ./tools/generate-apk.sh + echo "Current working directory: $(pwd)" + echo "Listing all files at the current level:" + ls -l # Step 8: Verify APK path and upload artifacts - name: Check APK existence