Skip to content

Commit ffbb22e

Browse files
authored
Engineering - fix action (#239)
1 parent cd9faa0 commit ffbb22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ensure-node-modules-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Create build cache archive
7878
if: steps.build-cache.outputs.cache-hit != 'true'
7979
run: |
80-
mkdir .build
80+
mkdir -Force .build
8181
node build/listBuildCacheFiles.js .build/build_cache_list.txt
82-
mkdir .build/build_cache
82+
mkdir -Force .build/build_cache
8383
7z.exe a .build/build_cache/cache.7z -mx3 `@.build/build_cache_list.txt

0 commit comments

Comments
 (0)