Skip to content

Commit 0347cfc

Browse files
committed
수정함: .github/workflows/ios_adhoc.yml
1 parent 2f7754b commit 0347cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios_adhoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: always()
143143
run: |
144144
grep -E "error:|fatal error|CodeSign|Provisioning|No Accounts" xcodebuild.log || true
145-
grep -n "clang: error" -B 20 -A 20 xcodebuild.log
145+
grep -n "clang: error" -B 20 -A 20 xcodebuild.log || true
146146
147147
- name: Export IPA
148148
run: |

0 commit comments

Comments
 (0)