Skip to content

Commit

Permalink
chore: 필요없는 AAB Artifact 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
junjange committed Aug 19, 2024
1 parent 1efc850 commit 35c3553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/android-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ jobs:
- name: Build release Bundle
run: ./gradlew bundleRelease

- name: Upload a Build AAB Artifact
uses: actions/[email protected]
with:
name: app-release.aab
path: android/app/build/outputs/bundle/release/app-release.aab
if-no-files-found: error

- name: Upload artifact to Google Play Store
uses: r0adkll/upload-google-play@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
applicationId = "com.happy.friendogly"
minSdk = 26
targetSdk = 34
versionCode = 6
versionName = "0.2.2"
versionCode = 7
versionName = "0.0.9"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 35c3553

Please sign in to comment.