Skip to content

Commit

Permalink
aab build task (#110)
Browse files Browse the repository at this point in the history
* ruby 세팅 수정 (#93)

* ruby 세팅 수정 (#95)

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update Gemfile.lock

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update android-cd.yml

* Update build.gradle.kts

* Update build.gradle.kts

* Update build.gradle.kts
  • Loading branch information
likppi10 committed Aug 27, 2023
1 parent bf53859 commit ccde555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tasks.register("clean", type = Delete::class) {

tasks.register("bundleRelease", type = Exec::class) {
commandLine("./gradlew", "release") // 릴리스용 AAB 생성을 위한 Gradle 태스크
workingDir = file("/app/build/outputs/bundle/release")
workingDir = project.rootDir
}

tasks.register("release") {
Expand Down

0 comments on commit ccde555

Please sign in to comment.