Nicolas Giard
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/build.yml
|
|
@ -204,7 +204,7 @@ jobs: |
|
|
|
run: | |
|
|
|
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 |
|
|
|
Copy-Item win\node_modules\extract-files\package.json patch-extractfile.json -Force |
|
|
|
Remove-Item -Path win\node_modules -Force -Recurse |
|
|
|
|
|
|
|
- name: Install Dependencies |
|
|
@ -215,7 +215,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Fix patched packages |
|
|
|
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 |
|
|
|
run: tar -czf wiki-js-windows.tar.gz -C $env:GITHUB_WORKSPACE\win . |
|
|
|