Parcourir la source

ci: fix build.yml

Nicolas Giard il y a 1 an
Parent
commit
7312de7332
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -205,7 +205,7 @@ jobs:
         mkdir -p win
         tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win
         copy win\node_modules\extract-files\package.json patch-extractfile.json
-        rmdir /s /q win\node_modules
+        Remove-Item -Path win\node_modules -Force -Recurse
 
     - name: Install Dependencies
       run: |