fix: add debug output to build step
Some checks failed
Build & Deploy APK / build (push) Failing after 6s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-03-25 21:20:16 +01:00
parent dbfe9f12bf
commit 825ae83e5a

View File

@@ -22,8 +22,10 @@ jobs:
- name: Build Release APK - name: Build Release APK
run: | run: |
echo "Working dir: $(pwd)"
ls -la gradlew build.gradle.kts app/build.gradle.kts 2>&1
chmod +x ./gradlew chmod +x ./gradlew
./gradlew assembleRelease --no-daemon ./gradlew assembleRelease --no-daemon --stacktrace
- name: Deploy APK & update version - name: Deploy APK & update version
run: | run: |