diff --git a/.github/actions/setup-build-env/action.yml b/.github/actions/setup-build-env/action.yml index 2500ea22..397c6700 100644 --- a/.github/actions/setup-build-env/action.yml +++ b/.github/actions/setup-build-env/action.yml @@ -87,11 +87,11 @@ runs: fi - name: 🏗 Warm up external dependencies (with Pulse) - if: (inputs.skip-spm-cache == 'true' || steps.spm-cache.outputs.cache-hit != 'true') && inputs.include-pulse == 'true' + if: inputs.skip-spm-cache != 'true' && steps.spm-cache.outputs.cache-hit != 'true' && inputs.include-pulse == 'true' shell: bash run: tuist cache ComposableArchitecture Kingfisher Pulse KakaoSDKAuth KakaoSDKCommon GoogleSignIn GoogleSignInSwift - name: 🏗 Warm up external dependencies (without Pulse) - if: (inputs.skip-spm-cache == 'true' || steps.spm-cache.outputs.cache-hit != 'true') && inputs.include-pulse != 'true' + if: inputs.skip-spm-cache != 'true' && steps.spm-cache.outputs.cache-hit != 'true' && inputs.include-pulse != 'true' shell: bash run: tuist cache ComposableArchitecture Kingfisher KakaoSDKAuth KakaoSDKCommon GoogleSignIn GoogleSignInSwift diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a99660ee..6b1b9824 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -88,6 +88,7 @@ platform :ios do workspace: WORKSPACE_NAME, scheme: MAIN_APP_SCHEME, configuration: "Release", + destination: "generic/platform=iOS", export_method: "app-store", skip_package_ipa: false, export_options: { @@ -180,6 +181,7 @@ platform :ios do workspace: WORKSPACE_NAME, scheme: DEBUG_APP_SCHEME, configuration: "Release", + destination: "generic/platform=iOS", export_method: "app-store", export_options: { provisioningProfiles: { @@ -217,6 +219,7 @@ platform :ios do workspace: WORKSPACE_NAME, scheme: MAIN_APP_SCHEME, configuration: "Release", + destination: "generic/platform=iOS", export_method: "app-store", export_options: { provisioningProfiles: {