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: |