Skip to content

Commit c43f9ef

Browse files
authored
Update build-ipa.yml
1 parent 0ea3986 commit c43f9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ipa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
curl -s https://raw.githubusercontent.com/ProStore-iOS/certificates/refs/heads/main/README.md > readme.md
339339
340340
# Extract signed certificate full names
341-
FULL_NAMES=$(grep '| **✅ Signed** |' readme.md | awk -F'|' '{gsub(/^\s+|\s+$/,"",$2); print $2}')
341+
FULL_NAMES=$(grep -F '| **✅ Signed** |' readme.md | awk -F'|' '{gsub(/^\s+|\s+$/,"",$2); print $2}')
342342
343343
if [ -z "$FULL_NAMES" ]; then
344344
echo "No signed certificates found. Skipping signing."

0 commit comments

Comments
 (0)