Unverified Commit 2180592a authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: fix build.yml

parent 7312de73
...@@ -204,7 +204,7 @@ jobs: ...@@ -204,7 +204,7 @@ jobs:
run: | run: |
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-Item win\node_modules\extract-files\package.json patch-extractfile.json -Force
Remove-Item -Path win\node_modules -Force -Recurse Remove-Item -Path win\node_modules -Force -Recurse
- name: Install Dependencies - name: Install Dependencies
...@@ -215,7 +215,7 @@ jobs: ...@@ -215,7 +215,7 @@ jobs:
- name: Fix patched packages - name: Fix patched packages
run: | run: |
copy /y patch-extractfile.json win\node_modules\extract-files\package.json Copy-Item patch-extractfile.json win\node_modules\extract-files\package.json -Force
- name: Create Bundle - name: Create Bundle
run: tar -czf wiki-js-windows.tar.gz -C $env:GITHUB_WORKSPACE\win . run: tar -czf wiki-js-windows.tar.gz -C $env:GITHUB_WORKSPACE\win .
......
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