From 1ddf2bf15662e021d380209773c01475d3d3c666 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Sun, 19 Sep 2021 23:51:48 +0000 Subject: [PATCH] added correct path to .ipa --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index baaee2b..45aaa32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -107,7 +107,7 @@ build_iOS: artifacts: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: - - Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.ipa + - Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa - Borepin/Borepin.iOS/bin/iPhone/Debug/ # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests @@ -184,7 +184,7 @@ deploy_iOS: - 'export PATH="/usr/local/opt/ruby/bin:$PATH"' script: - 'bundle install' - - 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json' + - 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa' after_script: - 'rm app-store-credentials.json' dependencies: