From b693f3644bcc2ee9237e8def5dddaae2d4179e81 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Wed, 17 Jan 2024 07:06:45 -0700 Subject: [PATCH] chore: Attach workspace in current directoy, avoid non-existing dir (#14587) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 01159d90d..2adb0922a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -401,7 +401,7 @@ jobs: - checkout - check-changed-files-or-halt - attach_workspace: - at: '/build' + at: '.' - run: name: "Sign Windows Executables" command: ./scripts/sign-windows.sh