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 ca537d9 commit b0fe0e0Copy full SHA for b0fe0e0
.github/workflows/messaging.yml
@@ -240,4 +240,10 @@ jobs:
240
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
241
- name: Build
242
run: ([ -z $plist_secret ] || scripts/build.sh MessagingSampleStandaloneWatchApp watchOS)
243
+ - name: Upload xcodebuild logs
244
+ if: failure()
245
+ uses: actions/upload-artifact@v4
246
+ with:
247
+ name: xcodebuild-logs-${{ matrix.target }}
248
+ path: xcodebuild-*.log
249
0 commit comments