There was an error while loading. Please reload this page.
1 parent 4aa178a commit fc7be26Copy full SHA for fc7be26
1 file changed
.github/workflows/build.yml
@@ -151,6 +151,7 @@ jobs:
151
APP_BUNDLE="./lumis/apps/web/src-tauri/target/release/bundle/macos/Lumis.app"
152
153
echo "🔐 Fallback: Signing all binaries in $APP_BUNDLE"
154
+ echo " Using SIGN_ID: $SIGN_ID"
155
156
# Remove extended attributes from all binaries
157
find "$APP_BUNDLE" -type f \( -name "*.node" -o -name "*.dylib" \) -print0 | xargs -0 xattr -cr 2>/dev/null || true
@@ -186,7 +187,7 @@ jobs:
186
187
do
188
if [ -f "$file" ]; then
189
echo " Verifying: $file"
- codesign -dv "$file" 2>&1 | head -5
190
+ codesign -dv "$file" 2>&1 | head -10
191
fi
192
done
193
0 commit comments