|
|
@ -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 |
|
|
|