rdesktop2
bunsenstraat 1 year ago
parent ec52d9acf3
commit 539d992108
  1. 2
      .circleci/config.yml

@ -114,6 +114,7 @@ jobs:
- checkout - checkout
- attach_workspace: - attach_workspace:
at: . at: .
- run: unzip ./persist/dist.zip
- restore_cache: - restore_cache:
key: node-20-windows-v3 key: node-20-windows-v3
- run: - run:
@ -156,6 +157,7 @@ jobs:
- checkout - checkout
- attach_workspace: - attach_workspace:
at: . at: .
- run: unzip ./persist/dist.zip
- run: - run:
command: | command: |
ls -la dist/apps/remix-ide ls -la dist/apps/remix-ide

Loading…
Cancel
Save