Skip to content

Commit a10942a

Browse files
committed
Upload build logs for new failing job
1 parent 317dd72 commit a10942a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/spm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,9 @@ jobs:
153153
run: scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
154154
- name: Analytics Build Tests
155155
run: scripts/third_party/travis/retry.sh ./scripts/build.sh analytics-import-test ${{ matrix.target }} spm
156+
- uses: actions/upload-artifact@v4
157+
if: ${{ failure() }}
158+
with:
159+
name: spm-platforms-${{ matrix.target }}-${{ matrix.os }}-${{ matrix.xcode }}-logs
160+
path: xcodebuild-*.log
156161

0 commit comments

Comments
 (0)