Skip to content

Commit

Permalink
fix: fastlane build
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Oct 10, 2022
1 parent 77419c6 commit 1185870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metrics/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
# Use default args if no were given
case "$1" in
ios)
target="ios"
target="ipa"
args="--release --no-codesign"
;;

Expand Down
2 changes: 1 addition & 1 deletion metrics/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform :ios do
export_method: "development",
output_name: "test-app-plain.ipa",
skip_build_archive: true,
archive_path: "perf-test-app-sentry/build/ios/archive/Runner.xcarchive",
archive_path: "perf-test-app-plain/build/ios/archive/Runner.xcarchive",
)

delete_keychain(name: "fastlane_tmp_keychain") unless is_ci
Expand Down

0 comments on commit 1185870

Please sign in to comment.