Skip to content

Commit 5d36f70

Browse files
committed
Remove xcpretty
1 parent ac71945 commit 5d36f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Build archive
107107
run: |
108108
mkdir -p ~/build
109-
xcodebuild clean archive -scheme "Tree Tracker" -project "Tree Tracker.xcodeproj" -destination "generic/platform=iOS" -sdk iphoneos -configuration Release -archivePath ~/build/Tree\ Tracker.xcarchive | xcpretty
109+
xcodebuild clean archive -scheme "Tree Tracker" -project "Tree Tracker.xcodeproj" -destination "generic/platform=iOS" -sdk iphoneos -configuration Release -archivePath ~/build/Tree\ Tracker.xcarchive
110110
111111
- name: Export .ipa
112112
run: |

0 commit comments

Comments
 (0)