fix: add debug output to build step
Some checks failed
Build & Deploy APK / build (push) Failing after 6s
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:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user