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.
2 parents f3dc925 + c52669c commit 7b6c173Copy full SHA for 7b6c173
.github/workflows/BuildPR.yml
@@ -19,11 +19,4 @@ jobs:
19
- name: Set XCode Version
20
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
21
- name: Build project
22
- run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive | xcpretty
23
- - name: Xcodebuild Action
24
- uses: sersoft-gmbh/xcodebuild-action@v1.8
25
- with:
26
- project: ObjectiveGitFramework.xcodeproj
27
- scheme: ObjectiveGit Mac
28
- configuration: Release
29
- action: archive
+ run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive
0 commit comments