lib/fastlane/plugin/u3d/actions/u3d_action.rb in fastlane-plugin-u3d-0.1.1 vs lib/fastlane/plugin/u3d/actions/u3d_action.rb in fastlane-plugin-u3d-0.1.2
- old
+ new
@@ -55,10 +55,10 @@
[
FastlaneCore::ConfigItem.new(key: :unity_version,
env_name: "U3D_VERSION",
description: "Unity version",
optional: true,
- type: Array),
+ type: String),
FastlaneCore::ConfigItem.new(key: :raw_logs,
# env_name: "U3D_YOUR_OPTION",
description: "Disable u3d log parsing",
default_value: false,
optional: true,