Skip to content

Commit

Permalink
[FEAT] #1 #7 - CI/CD APK Build '--stacktrace' 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jung0115 committed Jun 19, 2024
1 parent 0f9abb5 commit 8166397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Build APK Release
- name: Build Release Apk
run: ./gradlew assembleRelease
run: ./gradlew assembleRelease --stacktrace

- name: APK 디렉토리 확인 (디버깅용)
run: ls -alh app/build/outputs/apk/release/
Expand Down

0 comments on commit 8166397

Please sign in to comment.