Skip to content

Commit 9169e6b

Browse files
committed
ci: test
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 36d7d51 commit 9169e6b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

DesignToolbox/fastlane/Fastfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -520,14 +520,9 @@ platform :ios do
520520
output_directory: "build/",
521521
output_name: "oudsApp",
522522
export_method: "app-store",
523+
archive_path: "build/oudsApp.xcarchive",
523524
xcargs: "-allowProvisioningUpdates")
524525

525-
puts "📁 Contenu du dossier build :"
526-
Dir.glob("build/*").each { |file| puts " - #{file}" }
527-
528-
ipa_files = Dir.glob("build/*.ipa")
529-
puts "📱 Fichiers IPA trouvés : #{ipa_files}"
530-
531526
# Build a ZIP archive to put as artifact to the GitLab CI runner
532527
# Needed for upload later as .xcarchive for App Store through corporate portal
533528
zip(path: "build/oudsApp.xcarchive",
@@ -579,6 +574,7 @@ platform :ios do
579574
end
580575

581576
upload_to_testflight(
577+
ipa: "build/oudsApp.ipa",
582578
changelog: news,
583579
app_identifier: "#{DEVELOPER_APP_IDENTIFIER}",
584580
skip_submission: false,

0 commit comments

Comments
 (0)