Skip to content

Commit 39706f7

Browse files
authored
chore(ci): Upload build log in spm.yml job
1 parent 8314558 commit 39706f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/spm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ jobs:
8585
max_attempts: 3
8686
retry_wait_seconds: 120
8787
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
8893

8994
# Test iOS Device build since some Firestore dependencies build different files.
9095
iOS-Device:

0 commit comments

Comments
 (0)