From 13899874456aa5ba93cd27bec9e9711a3db7d3f7 Mon Sep 17 00:00:00 2001 From: Karin Berg Date: Mon, 6 Jan 2025 20:49:17 +0100 Subject: [PATCH] Add working_directory: recipients_app --- codemagic.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codemagic.yaml b/codemagic.yaml index af1a5c592..0dc582dc1 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -23,6 +23,7 @@ definitions: echo "Required version: $REQUIRED_VERSION == Current version: $CURRENT_VERSION" echo "Flutter version is correct" fi + working_directory: recipients_app workflows: android-staging-firebase-app-distribution-workflow: @@ -72,6 +73,7 @@ workflows: set -e # exit on first failed command flutter packages pub get + working_directory: recipients_app - name: Build AAB with Flutter script: | #!/usr/bin/env sh @@ -170,6 +172,7 @@ workflows: set -e # exit on first failed command flutter packages pub get + working_directory: recipients_app - name: Build AAB with Flutter script: | #!/usr/bin/env sh @@ -251,6 +254,7 @@ workflows: set -e # exit on first failed command flutter packages pub get + working_directory: recipients_app - name: Install pods script: | #!/usr/bin/env sh @@ -341,6 +345,7 @@ workflows: set -e # exit on first failed command flutter packages pub get + working_directory: recipients_app - name: Install pods script: | #!/usr/bin/env sh @@ -437,6 +442,7 @@ workflows: set -e # exit on first failed command flutter packages pub get + working_directory: recipients_app - name: Install pods script: | #!/usr/bin/env sh