From 076a128acfc2d804b6b284521733d5ad1fc97ba5 Mon Sep 17 00:00:00 2001 From: LEE SEOK GYU <54509842+likppi10@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:47:01 +0900 Subject: [PATCH] =?UTF-8?q?ruby=20=EC=84=B8=ED=8C=85=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=20(#93)=20(#94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-cd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-cd.yml b/.github/workflows/android-cd.yml index 396ef4a0..9808753f 100644 --- a/.github/workflows/android-cd.yml +++ b/.github/workflows/android-cd.yml @@ -57,10 +57,12 @@ jobs: # 이 위까지는 만일 핫픽스로 급한 경우에 바로 main에 push 할 경우가 생길 수 있으므로 ci 보존 # Fastlane 위한 Ruby Setting - - uses: ruby/setup-ruby@v1 + - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.2 + bundler: Gemfile.lock bundler-cache: true + ruby-version: default + working-directory: .Using 2.7.2 as input from file .ruby-version # Fastlane Setting - name: Set Up fastlane And Publish Google Play