Skip to content

Commit

Permalink
[ Refactor ] : 디렉토리 수정 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeseongYun authored Jul 18, 2023
1 parent 05b9c15 commit c6d1476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attandace-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
- name: Run bundle install
run: bundle install --user-install
working-directory: /github/workspace/fastlane
working-directory: ./fastlane

- name: Install Firebase app distribution plugin
run: fastlane add_plugin firebase_app_distribution

- name: Fastlane debug
run: fastlane distribute_debug "message:${{ needs.commit_message.outputs.message }}" --env common
working-directory: /github/workspace/fastlane
working-directory: ./fastlane

0 comments on commit c6d1476

Please sign in to comment.