ci: fix build.yml

This commit is contained in:
Nicolas Giard
2023-09-01 18:43:10 -04:00
committed by GitHub
parent c66bc1c7c1
commit 7312de7332

View File

@@ -205,7 +205,7 @@ jobs:
mkdir -p win mkdir -p win
tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\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 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 - name: Install Dependencies
run: | run: |