Skip to content

Commit 4b3cee5

Browse files
authored
Keep xcodebuild.log on build failure (#2468)
1 parent bc8252b commit 4b3cee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Archive xcodebuild.log
7676
uses: actions/upload-artifact@v4
77-
if: matrix.language == 'swift'
77+
if: always() && matrix.language == 'swift'
7878
with:
7979
name: xcodebuild.log
8080
path: xcodebuild.log

0 commit comments

Comments
 (0)