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 06b1e6a commit 627588cCopy full SHA for 627588c
.github/workflows/BuildPR.yml
@@ -8,18 +8,12 @@ jobs:
8
runs-on: macOS-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v2.3.3
+ uses: actions/checkout@v2.3.4
12
with:
13
fetch-depth: 0
14
submodules: true
15
- name: Set XCode Version
16
run: sudo xcode-select -s /Applications/Xcode_12.2.app
17
- name: Build project
18
- run: xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive | xcpretty
19
- - name: Xcodebuild Action
20
- uses: sersoft-gmbh/xcodebuild-action@v1.1
21
- with:
22
- project: MGScopeBar.xcodeproj
23
- scheme: MGScopeBar
24
- configuration: Release
25
- action: archive
+ run: set -o pipefail && xcodebuild -workspace MGScopeBar.xcodeproj/project.xcworkspace -scheme MGScopeBar archive | xcpretty
+
0 commit comments