diff --git a/.github/workflows/messaging.yml b/.github/workflows/messaging.yml index d2f57632bfc..2dd09288c22 100644 --- a/.github/workflows/messaging.yml +++ b/.github/workflows/messaging.yml @@ -240,4 +240,10 @@ jobs: run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Build run: ([ -z $plist_secret ] || scripts/build.sh MessagingSampleStandaloneWatchApp watchOS) + - name: Upload xcodebuild logs + if: failure() + uses: actions/upload-artifact@v4 + with: + name: xcodebuild-logs-${{ matrix.target }} + path: xcodebuild-*.log