Skip to content

Commit 15ffcde

Browse files
authored
generalize artifact upload
1 parent 954046c commit 15ffcde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/spm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
- uses: actions/upload-artifact@v4
8989
if: ${{ failure() }}
9090
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
9393
if-no-files-found: error
9494

9595
# Test iOS Device build since some Firestore dependencies build different files.
@@ -122,8 +122,8 @@ jobs:
122122
- uses: actions/upload-artifact@v4
123123
if: ${{ failure() }}
124124
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
127127
if-no-files-found: error
128128

129129
platforms:

0 commit comments

Comments
 (0)