Skip to content

Commit fc7be26

Browse files
timiclaude
authored andcommitted
fix: add debug output for SIGN_ID value
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4aa178a commit fc7be26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
APP_BUNDLE="./lumis/apps/web/src-tauri/target/release/bundle/macos/Lumis.app"
152152
153153
echo "🔐 Fallback: Signing all binaries in $APP_BUNDLE"
154+
echo " Using SIGN_ID: $SIGN_ID"
154155
155156
# Remove extended attributes from all binaries
156157
find "$APP_BUNDLE" -type f \( -name "*.node" -o -name "*.dylib" \) -print0 | xargs -0 xattr -cr 2>/dev/null || true
@@ -186,7 +187,7 @@ jobs:
186187
do
187188
if [ -f "$file" ]; then
188189
echo " Verifying: $file"
189-
codesign -dv "$file" 2>&1 | head -5
190+
codesign -dv "$file" 2>&1 | head -10
190191
fi
191192
done
192193

0 commit comments

Comments
 (0)