desktopbuild

rdesktop2
bunsenstraat 1 year ago
parent 539d992108
commit 0728709ce2
  1. 4
      .circleci/config.yml

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

Loading…
Cancel
Save