Skip to content

Commit

Permalink
fix: target을 scheme로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-hyun-Kim authored Jan 12, 2024
1 parent e24cea9 commit ac9918a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: bibbi app scheme output # Bibbi App Scheme Output Code
run: xcodebuild -list -workspace "Bibbi.xcworkspace"
- name: xcode build App 🛠️ # Bibbi App Build
run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -target "App" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest"
run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -scheme "App" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest"

- name: xcode build WidgetExtension 🛠️ # Bibbi Widget Build
run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -target "WidgetExtension" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest"
run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -scheme "WidgetExtension" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest"

- name: Upload coverage to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit ac9918a

Please sign in to comment.