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
1 additions and
1 deletions
-
.github/workflows/build.yml
|
|
@ -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: | |
|
|
|