mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-22 08:09:42 +01:00
Engineering - fix action (#239)
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
- name: Create build cache archive
|
||||
if: steps.build-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
mkdir .build
|
||||
mkdir -Force .build
|
||||
node build/listBuildCacheFiles.js .build/build_cache_list.txt
|
||||
mkdir .build/build_cache
|
||||
mkdir -Force .build/build_cache
|
||||
7z.exe a .build/build_cache/cache.7z -mx3 `@.build/build_cache_list.txt
|
||||
|
||||
Reference in New Issue
Block a user