Skip to content

Commit

Permalink
[FIx] patch Xcode Project Status
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSY0919 authored Oct 2, 2024
1 parent 6b48864 commit e2d57a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Navigate to the correct directory
run: cd /Users/Git/Projects/KREAM-iOS/KREAM
- name: Set Default Scheme
run: |
scheme_list=$(xcodebuild -list -json | tr -d "\n")
Expand Down

0 comments on commit e2d57a0

Please sign in to comment.