Skip to content

Commit bca7e91

Browse files
committed
claims automatic build4
1 parent 0a765ca commit bca7e91

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,23 @@ jobs:
4343
- name: Explore build directory
4444
run: ls -R .
4545

46+
- name: Explore output directories
47+
run: |
48+
echo "Exploring build output directories..."
49+
ls -R app/build/outputs/apk/ || echo "No APKs found in app/"
50+
ls -R claimManagement/build/outputs/apk/ || echo "No APKs found in claimManagement/"
51+
52+
- name: Verify APK Path
53+
run: ls -l claimManagement/build/outputs/apk/bephaDev/debug/
54+
4655
- name: Rename APK
4756
run: mv claimManagement/build/outputs/apk/bephaDev/debug/*.apk claims-comores-test.apk || echo "APK not found"
4857

4958
- name: List APK files
5059
run: ls -l claims-comores-test.apk || echo "APK not found"
5160

5261
- name: Upload APK
53-
if: success() && steps.rename_apk.outcome == 'success'
62+
if: success()
5463
uses: actions/upload-artifact@v4
5564
with:
5665
name: claims-comores-test.apk

0 commit comments

Comments
 (0)