From 949ad0b5a08512fbab6f6450af155de85bd13ffe Mon Sep 17 00:00:00 2001 From: Jonatan Date: Sun, 31 Mar 2019 15:15:55 -0400 Subject: [PATCH] share workspace --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24a427c..6331d16 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,6 +40,12 @@ jobs: - run: name: 'Package' command: utils/package.sh + - persist_to_workspace: + root: /root/project + paths: + # Can't use var here... + - dyslexia-friendly.zip + - utils/publish.sh publish: docker: - image: node:11 @@ -48,6 +54,8 @@ jobs: # TODO: find a way to not have to specify this twice - PACKAGE_NAME: dyslexia-friendly.zip steps: + - attach_workspace: + at: /root/project - run: name: 'Publish' command: utils/publish.sh