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