Skip to content

Commit

Permalink
fix: uitpas ipa name
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanhoeyicapps committed Jan 13, 2025
1 parent 5c30bf0 commit c02ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private_lane :upload_to_firebase_ios do |options|
getAppIdIOS(buildType: options[:buildType])
upload_to_firebase(
app_id: firebase_app_id,
ios_ipa_path: "#{app_name}.ipa",
ios_ipa_path: "Uitpas.ipa",
groups: getDistributionGroup(buildType: options[:buildType])
)
end
Expand Down

0 comments on commit c02ed8e

Please sign in to comment.