We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39706f7 commit 011b615Copy full SHA for 011b615
.github/workflows/spm.yml
@@ -89,7 +89,8 @@ jobs:
89
if: ${{ failure() }}
90
with:
91
name: spm-build-run-${{ matrix.os }}-${{ matrix.xcode }}-xcodebuild-build.log
92
- path: xcodebuild-build.log
+ path: xcodebuild-test.log
93
+ if-no-files-found: error
94
95
# Test iOS Device build since some Firestore dependencies build different files.
96
iOS-Device:
0 commit comments