Skip to content

Commit c52669c

Browse files
committed
Remove pointless action
1 parent f3dc925 commit c52669c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/BuildPR.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,4 @@ jobs:
1919
- name: Set XCode Version
2020
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
2121
- 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
22+
run: xcodebuild -workspace ObjectiveGitFramework.xcworkspace -scheme "ObjectiveGit Mac" archive

0 commit comments

Comments
 (0)