Skip to content

Commit

Permalink
[FIX] #7 - CI/CD > 디버깅 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jung0115 committed Jun 17, 2024
1 parent 6d10b54 commit 2b7b1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build Release Apk
run: ./gradlew assembleRelease

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

# Build AAB Release
#- name: Build release Bundle
Expand Down

0 comments on commit 2b7b1bc

Please sign in to comment.