Skip to content

Commit

Permalink
Upload iOS framework file
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Feb 1, 2025
1 parent bb0fec2 commit d34d99d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ platform :ios do
name: release_log[:title],
tag_name: target_version,
description: release_log[:text],
upload_assets: ["build/Kingfisher-#{target_version}.zip"]
upload_assets: [
"build/Kingfisher-#{target_version}.zip",
"build/Kingfisher-iOS-#{target_version}.zip"
]
)

pod_push
Expand Down

0 comments on commit d34d99d

Please sign in to comment.