[INJIMOB-2878] modify ios/fastfile and internal build workflow to enable automation build without testflight deploy (#1773)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-02-03 19:24:28 +05:30
committed by GitHub
parent edc2d0d47f
commit 777aa8ff40
2 changed files with 7 additions and 7 deletions

View File

@@ -170,7 +170,7 @@ jobs:
APP_FLAVOR: ${{ inputs.injiFlavor }}
SERVICE_LOCATION: '.'
IOS_SERVICE_LOCATION: 'ios'
SCRIPT_NAME: "fastlane beta"
SCRIPT_NAME: ${{ inputs.enable_auth == 'true' && 'fastlane beta' || 'fastlane ios_ui_automation_build' }}
IOS_ARTIFACT_NAME: "ios-artifacts"
IOS_ARTIFACT_PATH: "ios/fastlane/Inji_artifacts/"
secrets: