From da1ba4b81f6b26e6570a8f266fa591141348032e Mon Sep 17 00:00:00 2001 From: ChuYong Date: Sun, 28 Jan 2024 22:31:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=9E=90=EB=B0=94/Gem=20=EC=BA=90?= =?UTF-8?q?=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 11 +++++++++-- fastlane/Fastfile | 3 --- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 872b0c0..9511db2 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -15,9 +15,16 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: 2.6.10 + bundler-cache: true - - name: Fastlane 설정하기 - run: brew install fastlane + - name: JDK17 준비하기 + uses: actions/setup-java@v3 + with: + java-version: '17' + distribution: 'temurin' + + - name: Gradle 애드온 준비하기 + uses: gradle/gradle-build-action@v2 - name: 시크릿 파일 생성하기 run: | diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 654c946..85e4cbf 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -31,9 +31,6 @@ platform :android do gradle_file_path: "./app/build.gradle.kts", ext_constant_name: "versionCode" ) - build_success("Dev 버전", version_name, version_code) - rescue => exception - build_fail("Dev 버전", version_name, version_code, exception) end desc "Deploy Internal Test Version to Google Play"