diff --git a/.github/workflows/fastlane_ios.yml b/.github/workflows/fastlane_ios.yml index 6208f4cf2..1f74b365d 100644 --- a/.github/workflows/fastlane_ios.yml +++ b/.github/workflows/fastlane_ios.yml @@ -135,4 +135,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: ${{ inputs.app_name }}_release_iOS.ipa - path: ios/release-iOS.ipa + path: ios/example-iOS.ipa diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 3411f88b4..97a1f3097 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -208,7 +208,7 @@ platform :ios do app_identifier = deliver_config[:app_identifier] profile_name = lane_context[SharedValues::SIGH_NAME] - output_name = "release-iOS" # specify the name of the .ipa file to generate + output_name = "example-iOS" # specify the name of the .ipa file to generate export_method = "app-store" # specify the export method compile_bitcode = true # specify whether to enable bitcode