mirror of
https://github.com/yattee/yattee.git
synced 2025-12-08 00:58:15 +00:00
Enable notarization error logging
Add print_log: true to notarize action to display detailed error messages when notarization fails in GitHub Actions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -270,6 +270,7 @@ platform :mac do
|
|||||||
package: "fastlane/builds/#{version}-#{build}/macOS/#{APP_NAME}.app",
|
package: "fastlane/builds/#{version}-#{build}/macOS/#{APP_NAME}.app",
|
||||||
bundle_id: "#{DEVELOPER_APP_IDENTIFIER}",
|
bundle_id: "#{DEVELOPER_APP_IDENTIFIER}",
|
||||||
api_key: api_key,
|
api_key: api_key,
|
||||||
|
print_log: true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user