Skip to content

Commit b7433f2

Browse files
committed
add exit condition if info.plist is wrong
1 parent 4a823db commit b7433f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ jobs:
612612
grep -A 2 "CFBundleIdentifier" ios/build/Build/Products/Release-iphonesimulator/AllAboutOlaf.app/Info.plist || echo "CFBundleIdentifier not found in Info.plist"
613613
else
614614
echo "ERROR: Info.plist still missing after all operations!"
615+
exit 1
615616
fi
616617
617618
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4

0 commit comments

Comments
 (0)