From b2f14a27f1e3b9fc2b375170bf5ed054bf5caeab Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 31 Oct 2019 13:23:02 -0300 Subject: [PATCH] deploy-to-store job attach_workspace in home directory (#3506) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d892a60b0..3225b8f63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -170,7 +170,7 @@ commands: type: string steps: - attach_workspace: - at: / + at: ~/ - run: name: <> working_directory: fastlane