Skip to content

Commit 011b615

Browse files
authored
Update .github/workflows/spm.yml
1 parent 39706f7 commit 011b615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
if: ${{ failure() }}
9090
with:
9191
name: spm-build-run-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-build.log
92-
path: xcodebuild-build.log
92+
path: xcodebuild-test.log
93+
if-no-files-found: error
9394

9495
# Test iOS Device build since some Firestore dependencies build different files.
9596
iOS-Device:

0 commit comments

Comments
 (0)