Browse Source

ci: fix build.yml

Nicolas Giard 1 năm trước cách đây
mục cha
commit
c66bc1c7c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
+        rmdir /s /q win\node_modules
 
     - name: Install Dependencies
       run: |