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 3da85f1 commit 24a5587Copy full SHA for 24a5587
.github/workflows/pre-release.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Build CodeEdit
49
env:
50
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
51
- run: xcodebuild -scheme CodeEdit -configuration Pre -derivedDataPath "$RUNNER_TEMP/DerivedData" -archivePath "$RUNNER_TEMP/CodeEdit.xcarchive" -skipPackagePluginValidation DEVELOPMENT_TEAM=$APPLE_TEAM_ID archive | xcpretty
+ run: xcodebuild -scheme CodeEdit -configuration Pre -derivedDataPath "$RUNNER_TEMP/DerivedData" -archivePath "$RUNNER_TEMP/CodeEdit.xcarchive" -skipPackagePluginValidation DEVELOPMENT_TEAM=$APPLE_TEAM_ID archive
52
53
############################
54
# Sign
0 commit comments