Skip to content

Commit

Permalink
feat: rename build (#670)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Malochka <[email protected]>
  • Loading branch information
AndreyMolochko and Andrey Malochka authored Dec 4, 2024
1 parent 852f8ec commit 24086f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ platform :ios do
key_filepath: "fastlane/AuthKey_L4N29B6Z42.p8",
)
upload_to_testflight(
ipa: "../build/ios/ipa/SparX: TVM Wallet.ipa",
ipa: "../build/ios/ipa/SparX.ipa",
skip_waiting_for_build_processing: true,
api_key: api_key,
changelog: "#{options[:changelog_string]}"
Expand All @@ -38,7 +38,7 @@ platform :ios do
firebase_app_distribution(
app: "1:1017783238389:ios:a8de9ade8f221b782e4fbc",
groups: "qa",
ipa_path: "../build/ios/ipa/SparX: TVM Wallet.ipa",
ipa_path: "../build/ios/ipa/SparX.ipa",
service_credentials_file: "../fastlane/FirebaseADKey.json",
release_notes_file: "../fastlane/changelog.txt",
)
Expand Down

0 comments on commit 24086f7

Please sign in to comment.