File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,21 @@ jobs:
157
157
runs-on : macos-15
158
158
steps :
159
159
- uses : actions/checkout@v5
160
-
161
160
- run : ./scripts/ci-select-xcode.sh 16.4
162
- - run : ./scripts/sentry-xcodebuild.sh --platform iOS --os 18.5 --device "iPhone 16" --command build --configuration DebugV9
163
-
161
+ - run : |
162
+ ./scripts/sentry-xcodebuild.sh \
163
+ --platform iOS \
164
+ --os 18.5 \
165
+ --command build \
166
+ --device "iPhone 16" \
167
+ --configuration DebugV9
168
+ - name : Archiving Raw Build Logs
169
+ uses : actions/upload-artifact@v4
170
+ if : ${{ failure() || cancelled() }}
171
+ with :
172
+ name : raw-build-output-v9
173
+ path : |
174
+ raw-build-output.log
164
175
- name : Debug Xcode environment
165
176
if : ${{ failure() || cancelled() }}
166
177
run : ./scripts/ci-diagnostics.sh
You can’t perform that action at this time.
0 commit comments