We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac71945 commit 5d36f70Copy full SHA for 5d36f70
.github/workflows/build-release.yaml
@@ -106,7 +106,7 @@ jobs:
106
- name: Build archive
107
run: |
108
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
+ xcodebuild clean archive -scheme "Tree Tracker" -project "Tree Tracker.xcodeproj" -destination "generic/platform=iOS" -sdk iphoneos -configuration Release -archivePath ~/build/Tree\ Tracker.xcarchive
110
111
- name: Export .ipa
112
0 commit comments