ci: fix build.yml

This commit is contained in:
Nicolas Giard
2023-09-01 18:26:28 -04:00
committed by GitHub
parent c18a832a3a
commit c66bc1c7c1

View File

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