Skip to content

Commit

Permalink
squashme: test mobile publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hrb-hub committed Nov 28, 2024
1 parent 1ab0f45 commit 9392f90
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 171 deletions.
2 changes: 2 additions & 0 deletions app-ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ platform :ios do
sh 'echo "Uploading mail artifact ' + options[:file] + '"'

upload_to_app_store(
ipa: options[:file],
skip_screenshots: true,
submit_for_review: false,
precheck_include_in_app_purchases: false,
Expand Down Expand Up @@ -107,6 +108,7 @@ platform :ios do
sh 'echo "Uploading mail staging to TestFlight ' + options[:file] + '"'

upload_to_testflight(
ipa: options[:file],
app_identifier: "de.tutao.tutanota.test",
skip_submission: true,
api_key_path: ENV["API_KEY_JSON_FILE_PATH"]
Expand Down
Loading

0 comments on commit 9392f90

Please sign in to comment.