File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 85
85
max_attempts : 3
86
86
retry_wait_seconds : 120
87
87
command : scripts/build.sh Firebase-Package iOS ${{ matrix.test }}
88
+ - uses : actions/upload-artifact@v4
89
+ if : ${{ failure() }}
90
+ with :
91
+ name : spm-build-run-${{ matrix.os }}-${{ matrix.xcode }}-logs
92
+ path : xcodebuild-*.log
93
+ if-no-files-found : error
88
94
89
95
# Test iOS Device build since some Firestore dependencies build different files.
90
96
iOS-Device :
@@ -116,8 +122,9 @@ jobs:
116
122
- uses : actions/upload-artifact@v4
117
123
if : ${{ failure() }}
118
124
with :
119
- name : spm-ios-device-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-build.log
120
- path : xcodebuild-build.log
125
+ name : spm-ios-device-${{ matrix.os }}-${{ matrix.xcode }}-logs
126
+ path : xcodebuild-*.log
127
+ if-no-files-found : error
121
128
122
129
platforms :
123
130
# Don't run on private repo unless it is a PR.
@@ -158,4 +165,5 @@ jobs:
158
165
with :
159
166
name : spm-platforms-${{ matrix.target }}-${{ matrix.os }}-${{ matrix.xcode }}-logs
160
167
path : xcodebuild-*.log
168
+ if-no-files-found : error
161
169
You can’t perform that action at this time.
0 commit comments