Skip to content

Commit 444a388

Browse files
committed
Upload build logs for failing QS script
1 parent 919296c commit 444a388

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/zip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,12 @@ jobs:
419419
"${HOME}"/ios_frameworks/Firebase/FirebaseFirestore/* \
420420
"${HOME}"/ios_frameworks/Firebase/FirebaseAuth/* \
421421
"${HOME}"/ios_frameworks/Firebase/FirebaseAnalytics/*
422+
- name: Upload build logs on failure
423+
if: ${{ failure() }}
424+
uses: actions/upload-artifact@v4
425+
with:
426+
name: build_logs_firestore_${{ matrix.artifact }}_${{ matrix.build-env.os }}
427+
path: sdk_zip/build_logs/
422428
- name: Xcode
423429
run: sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
424430
- name: Install Secret GoogleService-Info.plist

0 commit comments

Comments
 (0)