fix(actions): add missing newline in macOS build workflow for improved script readability
This commit is contained in:
parent
84f9506852
commit
85dd25cbc0
@ -503,6 +503,7 @@ echo "Removing quarantine attribute from all files..."
|
|||||||
find "$1" -exec xattr -d com.apple.quarantine {} \; 2>/dev/null || true
|
find "$1" -exec xattr -d com.apple.quarantine {} \; 2>/dev/null || true
|
||||||
echo "Quarantine attributes removed"
|
echo "Quarantine attributes removed"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
chmod +x "$QUARANTINE_SCRIPT"
|
chmod +x "$QUARANTINE_SCRIPT"
|
||||||
|
|
||||||
# Remove quarantine attribute
|
# Remove quarantine attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user