File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments