File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
88
- uses : actions/upload-artifact@v4
89
89
if : ${{ failure() }}
90
90
with :
91
- name : spm-build-run-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-test.log
92
- path : xcodebuild-test .log
91
+ name : spm-build-run-${{ matrix.os }}-${{ matrix.xcode }}-logs
92
+ path : xcodebuild-* .log
93
93
if-no-files-found : error
94
94
95
95
# Test iOS Device build since some Firestore dependencies build different files.
@@ -122,8 +122,8 @@ jobs:
122
122
- uses : actions/upload-artifact@v4
123
123
if : ${{ failure() }}
124
124
with :
125
- name : spm-ios-device-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-build.log
126
- path : xcodebuild-build .log
125
+ name : spm-ios-device-${{ matrix.os }}-${{ matrix.xcode }}-logs
126
+ path : xcodebuild-* .log
127
127
if-no-files-found : error
128
128
129
129
platforms :
You can’t perform that action at this time.
0 commit comments