Skip to content

Commit

Permalink
fix typo on file name
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins8 committed Mar 15, 2024
1 parent 36d459f commit 3f530fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3f530fa

Please sign in to comment.