diff --git a/.github/workflows/push-triggers.yml b/.github/workflows/push-triggers.yml index 13bc059154..98ee813c5a 100644 --- a/.github/workflows/push-triggers.yml +++ b/.github/workflows/push-triggers.yml @@ -24,7 +24,7 @@ jobs: NODE_VERSION: "16.x" DEBUG_KEYSTORE_ALIAS: androiddebugkey secrets: - DEBUG_KEYSTORE_PASSWORD: ${{secrets.INJI_ANDROID_DEBUG_STOREPASS}} + DEBUG_KEYSTORE_PASSWORD: '${{secrets.INJI_ANDROID_DEBUG_STOREPASS}}' build-ios: uses: tw-mosip/kattu/.github/workflows/ios-build.yml@add-inji-workflows diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index d782496eaf..ac6547291d 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -123,7 +123,7 @@ platform :ios do ) end - lane :build_app_for_automation_on_simulator do + lane :build_app do custom_output_directory = "./Inji_app_file" sh("mkdir -p '#{custom_output_directory}'")