From bfdc9b509f82696efb5e84c768565ace1167b21c Mon Sep 17 00:00:00 2001 From: LEE SEOK GYU <54509842+likppi10@users.noreply.github.com> Date: Sun, 27 Aug 2023 00:52:40 +0900 Subject: [PATCH] ruby setting (#98) 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 --- .github/workflows/android-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-cd.yml b/.github/workflows/android-cd.yml index 9808753f..a489c28a 100644 --- a/.github/workflows/android-cd.yml +++ b/.github/workflows/android-cd.yml @@ -1,3 +1,5 @@ + + name: Android CD env: @@ -59,10 +61,8 @@ jobs: # Fastlane 위한 Ruby Setting - uses: ruby/setup-ruby@v1 with: - bundler: Gemfile.lock + 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