Unverified Commit 7312de73 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: fix build.yml

parent c66bc1c7
...@@ -205,7 +205,7 @@ jobs: ...@@ -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: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment