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 8314558 commit 39706f7Copy full SHA for 39706f7
.github/workflows/spm.yml
@@ -85,6 +85,11 @@ jobs:
85
max_attempts: 3
86
retry_wait_seconds: 120
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 }}-xcodebuild-build.log
92
+ path: xcodebuild-build.log
93
94
# Test iOS Device build since some Firestore dependencies build different files.
95
iOS-Device:
0 commit comments