Fix missing .ipa/.pkg in local script

This commit is contained in:
Davide De Rosa 2021-11-27 13:49:23 +01:00
parent b00a7a8ade
commit fd918aa4a2
1 changed files with 5 additions and 0 deletions

View File

@ -4,5 +4,10 @@ if [[ -z $PLATFORM ]]; then
echo "Platform required"
exit
fi
if [[ $PLATFORM == "ios" ]]; then
export PILOT_IPA="dist/ios/Passepartout.ipa"
else
export PILOT_PKG="dist/mac/Passepartout.pkg"
fi
export PILOT_CHANGELOG=`ci/build-changelog.sh $PLATFORM`
bundle exec fastlane --env $PLATFORM,beta,secret store_beta