Skip to content

Commit 650b583

Browse files
Update asm_build.yml
1 parent ef89c56 commit 650b583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asm_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "=== SigningDirectory ==="
6969
ls -la core/app/signing/ || echo "core/app/signing directory not found"
7070
- name: Assemble Debug APK
71-
run: ./gradlew :core:app:assembleDebug
71+
run: ./gradlew :core:app:assembleDebug --stacktrace
7272
# run: ./gradlew :core:app:assembleRelease
7373
- name: List APK files (debug)
7474
run: ls -la core/app/build/outputs/apk/debug/

0 commit comments

Comments
 (0)