From 3f530fa15e8be5866100b437a92e77e8e564c55b Mon Sep 17 00:00:00 2001 From: sergiomartins Date: Fri, 15 Mar 2024 15:24:15 +0000 Subject: [PATCH] fix typo on file name --- .github/workflows/integration_tests.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 166379e..085fe7d 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -27,10 +27,10 @@ jobs: SDK_TARGET_VERSION: ${{github.event.inputs.SDK_TARGET_VERSION}} run: | cd SmartCaptureDemo/EnvironmentVariables - touch .Env.xcconfig - echo API_TOKEN="$API_TOKEN" >> .Env.xcconfig - echo WORKFLOW_ID="$WORKFLOW_ID" >> .Env.xcconfig - echo SDK_TARGET_VERSION="$SDK_TARGET_VERSION" >> .Env.xcconfig + touch Env.xcconfig + echo API_TOKEN="$API_TOKEN" >> Env.xcconfig + echo WORKFLOW_ID="$WORKFLOW_ID" >> Env.xcconfig + echo SDK_TARGET_VERSION="$SDK_TARGET_VERSION" >> Env.xcconfig - name: Build and test run: |