Skip to content

Commit 6fd6f45

Browse files
authored
ruby 세팅 수정 (#93)
1 parent ce0a916 commit 6fd6f45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/android-cd.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ jobs:
5757
# 이 위까지는 만일 핫픽스로 급한 경우에 바로 main에 push 할 경우가 생길 수 있으므로 ci 보존
5858

5959
# Fastlane 위한 Ruby Setting
60-
- uses: ruby/setup-ruby@v1
60+
- uses: ruby/setup-ruby@v1
6161
with:
62-
ruby-version: 2.7.2
62+
bundler: Gemfile.lock
6363
bundler-cache: true
64+
ruby-version: default
65+
working-directory: .Using 2.7.2 as input from file .ruby-version
6466

6567
# Fastlane Setting
6668
- name: Set Up fastlane And Publish Google Play

0 commit comments

Comments
 (0)