Skip to content

Commit

Permalink
hotfix: keep the default file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed Nov 29, 2024
1 parent b77f8b5 commit c951054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fastlane_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c951054

Please sign in to comment.