Skip to content

Commit 2b141b9

Browse files
authored
chore(ci): Upload failing build log in firebasepod.yml (#15261)
1 parent 5727a7b commit 2b141b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/firebasepod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
run: scripts/install_prereqs.sh FirebasePod iOS
4040
- name: Build
4141
run: scripts/build.sh FirebasePod iOS
42+
- uses: actions/upload-artifact@v4
43+
if: ${{ failure() }}
44+
with:
45+
name: firebasepod-xcodebuild-build.log
46+
path: xcodebuild-build.log

0 commit comments

Comments
 (0)