From 539d992108ce8b900e110fd6933073bd46e489ce Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sun, 25 Jun 2023 13:00:52 +0200 Subject: [PATCH] unzip --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ed5c0989b..6921b8964e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -114,6 +114,7 @@ jobs: - checkout - attach_workspace: at: . + - run: unzip ./persist/dist.zip - restore_cache: key: node-20-windows-v3 - run: @@ -156,6 +157,7 @@ jobs: - checkout - attach_workspace: at: . + - run: unzip ./persist/dist.zip - run: command: | ls -la dist/apps/remix-ide