File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ platform :ios do
82
82
tag_name : target_version ,
83
83
description : release_log [ :text ] ,
84
84
upload_assets : [
85
- "build/Kingfisher-#{ target_version } .zip" ,
86
- "build/Kingfisher-iOS-#{ target_version } .zip"
85
+ "build/Kingfisher-#{ target_version } .xcframework. zip" ,
86
+ "build/Kingfisher-iOS-#{ target_version } .xcframework. zip"
87
87
]
88
88
)
89
89
@@ -140,16 +140,18 @@ platform :ios do
140
140
"Kingfisher-#{ output_name } -#{ version } "
141
141
end
142
142
143
+ output_xcframework_path = "build/#{ output_base_name } /Kingfisher.xcframework"
144
+
143
145
create_xcframework (
144
146
frameworks_with_dsyms : frameworks ,
145
- output : "build/ #{ output_base_name } /Kingfisher.xcframework"
147
+ output : output_xcframework_path
146
148
)
147
149
148
150
Actions . sh ( "codesign --timestamp -v --sign 'Apple Distribution: Wei Wang (A4YJ9MRZ66)' ../build/#{ output_base_name } /Kingfisher.xcframework" )
149
151
150
152
zip (
151
- path : "build/ #{ output_base_name } " ,
152
- output_path : "build/#{ output_base_name } .zip" ,
153
+ path : output_xcframework_path ,
154
+ output_path : "build/#{ output_base_name } .xcframework. zip" ,
153
155
symlinks : true
154
156
)
155
157
end
You can’t perform that action at this time.
0 commit comments