Skip to content

Commit

Permalink
[AN] feat: Android Google Play Store 배포 자동화 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange authored Aug 20, 2024
1 parent e5ae98b commit f94879c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,14 @@ jobs:
generate_release_notes: true
files: |
android/app/build/outputs/apk/release/app-release.apk
- name: Build release Bundle
run: ./gradlew bundleRelease

- name: Upload artifact to Google Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.happy.friendogly
releaseFiles: android/app/build/outputs/bundle/release/app-release.aab
track: [prefix]:Beta-version
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
applicationId = "com.happy.friendogly"
minSdk = 26
targetSdk = 34
versionCode = 5
versionCode = 7
versionName = "0.2.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f94879c

Please sign in to comment.