diff --git a/codemagic.yaml b/codemagic.yaml index 07124fc7..284d33d5 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -25,7 +25,7 @@ workflows: scripts: - name: Set up local properties - script: echo "sdk.dir=$ANDROID_SDK_ROOT" > "$FCI_BUILD_DIR/local.properties" + script: echo "sdk.dir=$ANDROID_SDK_ROOT" > "$FCI_BUILD_DIR/app/local.properties" - name: Set up key.properties file for code signing script: |