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 8fe8539 commit 5b73629Copy full SHA for 5b73629
.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
+ run: xcodebuild -scheme CodeEdit -configuration Pre -derivedDataPath "$RUNNER_TEMP/DerivedData" -archivePath "$RUNNER_TEMP/CodeEdit.xcarchive" -skipPackagePluginValidation DEVELOPMENT_TEAM=$APPLE_TEAM_ID archive | xcpretty
52
53
############################
54
# Sign
0 commit comments