Skip to content

Commit 4d7551e

Browse files
authored
Update spm.yml
1 parent c6305ca commit 4d7551e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/spm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,9 @@ jobs:
149149
run: scripts/third_party/travis/retry.sh ./scripts/build.sh version-test ${{ matrix.target }} spm
150150
- name: Analytics Build Tests
151151
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

Comments
 (0)