Skip to content

Commit

Permalink
[ Refactor ] : 위치 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun committed Jul 18, 2023
1 parent 63ac65c commit e6ecb47
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
FASTLANE_ENV: ${{ secrets.FASTLANE_ENV }}
steps:
- uses: actions/checkout@v2

- name: Set up Ruby and allow Gemfile modifications
run: |
bundle config --local path vendor/bundle
bundle config --local bin vendor/bundle/bin
- name: set up JDK 11
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -115,6 +109,11 @@ jobs:
run: bundle install
# working-directory: ./fastlane

- name: Set up Ruby and allow Gemfile modifications
run: |
bundle config --local path vendor/bundle
bundle config --local bin vendor/bundle/bin
- name: Install Firebase app distribution plugin
run: fastlane add_plugin firebase_app_distribution

Expand Down

0 comments on commit e6ecb47

Please sign in to comment.