.github/workflows/build_debug.yml aktualisiert

This commit is contained in:
2025-05-20 23:00:17 +02:00
parent 8076fbce74
commit a7a8f9bce0

View File

@@ -78,7 +78,7 @@ jobs:
run: |
echo "Listing signed APK files:"
find app/build/outputs/apk/debug/ -name "*-signed.apk" || echo "No signed APK found"
rm -rf app/build/outputs/apk/debug/ -name app-debug.apk
rm app/build/outputs/apk/debug/app-debug.apk
# Using v3 of upload-artifact which is more widely supported
- name: Upload the APK