From ccde55553a7a31ed4a3c2b2170b239d0ecd72a52 Mon Sep 17 00:00:00 2001 From: LEE SEOK GYU <54509842+likppi10@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:29:23 +0900 Subject: [PATCH] aab build task (#110) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2aaab642..bd027819 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") {