Skip to content

Commit

Permalink
Update build-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Aug 24, 2023
1 parent 6a90e1f commit 87e6ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
scheme: RxNetworkKit
destination: ${{ matrix.destination }}
run: |
xcodebuild clean build -scheme '${scheme}' -destination '${destination}' | xcpretty && exit ${PIPESTATUS[0]}
xcodebuild clean build -scheme "${scheme}" -destination "${destination}" | xcpretty && exit ${PIPESTATUS[0]}
- name: Build Example
env:
scheme: iOS Example
Expand Down

0 comments on commit 87e6ef1

Please sign in to comment.