diff --git a/.circleci/config.yml b/.circleci/config.yml index 24a427c..bf0fa25 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/workspace - run: name: 'Publish' command: utils/publish.sh