File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments