Skip to content

ci: automate android playstore deployment#8

Merged
hyejj19 merged 2 commits into
mainfrom
android-playstore-deploy
Feb 10, 2026
Merged

ci: automate android playstore deployment#8
hyejj19 merged 2 commits into
mainfrom
android-playstore-deploy

Conversation

@hyejj19
Copy link
Copy Markdown
Collaborator

@hyejj19 hyejj19 commented Feb 10, 2026

변경 사항

  • Release 빌드 성공 시 Play Store에 자동 배포되도록 변경
  • 수동 실행 시 UI 옵션 제거 (항상 배포)
  • ProGuard mapping 파일 함께 업로드
  • 배포 완료 Summary 추가

테스트

  • 로컬 테스트 완료
  • iOS 빌드/실행 확인
  • Android 빌드/실행 확인

Copilot AI review requested due to automatic review settings February 10, 2026 02:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release 빌드 성공 시 Android AAB를 Play Store(internal, draft)로 자동 업로드하고, ProGuard mapping 및 배포 Summary를 함께 남기도록 CI 파이프라인을 조정한 PR입니다.

Changes:

  • 수동 실행 옵션(upload_to_play_store)을 제거하고 Deploy job을 자동 실행으로 전환
  • ProGuard mapping.txt 아티팩트 다운로드 및 Play Store 업로드 입력에 mappingFile 추가
  • 배포 완료 정보를 GITHUB_STEP_SUMMARY에 추가

Comment thread .github/workflows/android-release.yml Outdated
Comment on lines +262 to +266
@@ -262,3 +263,15 @@ jobs:
releaseFiles: ./release/*.aab
track: internal
status: draft
mappingFile: ./mapping/mapping.txt
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Download mapping.txtcontinue-on-error: true로 처리해 mapping.txt가 없을 수 있는데, 바로 아래 Upload to Play Store에서 mappingFile: ./mapping/mapping.txt를 항상 넘기고 있습니다. mapping 아티팩트가 생성되지 않는 빌드(예: minify 비활성)에서는 파일이 없어 배포 단계가 실패할 가능성이 큽니다. mapping.txt 존재 여부를 확인해 있을 때만 mappingFile을 전달하거나, mapping 포함/미포함 업로드 단계를 분리해 실패를 방지해주세요.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Resolved in 249bbe2

변경 내용:
mapping.txt 존재 여부를 확인하는 step을 추가하고, mappingFile 파라미터를 조건부로 전달하도록 수정했습니다. mapping 아티팩트가 없는 빌드에서도 배포가 실패하지 않습니다.

Check mapping.txt existence before passing to upload action
to prevent deploy failure when ProGuard mapping is not generated.

Resolves: #8 (comment)
@hyejj19 hyejj19 merged commit 75a4e51 into main Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants