Skip to content

Commit

Permalink
ci: fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Sep 1, 2023
1 parent c18a832 commit c66bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c66bc1c

Please sign in to comment.