Skip to content

Commit bed595a

Browse files
fix: Remove unnecessary whitespace in self-signing script for macOS app
1 parent 50f8a64 commit bed595a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Try alternative path
110110
APP_PATH=$(find . -path "*/target/*/release/bundle/macos/*.app" -type d | head -1)
111111
fi
112-
112+
113113
if [ -n "$APP_PATH" ]; then
114114
echo "Self-signing app at: $APP_PATH"
115115
codesign --deep --force --verify --verbose --sign - "$APP_PATH"

0 commit comments

Comments
 (0)