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 c6305ca commit 4d7551eCopy full SHA for 4d7551e
.github/workflows/spm.yml
@@ -149,3 +149,9 @@ jobs:
149
run: scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
150
- name: Analytics Build Tests
151
run: scripts/third_party/travis/retry.sh ./scripts/build.sh analytics-import-test ${{ matrix.target }} spm
152
+ - name: Upload xcodebuild logs
153
+ if: failure()
154
+ uses: actions/upload-artifact@v4
155
+ with:
156
+ name: xcodebuild-logs-${{ matrix.target }}
157
+ path: xcodebuild-*.log
0 commit comments