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 c66bc1c commit 7312de7
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
Remove-Item -Path win\node_modules -Force -Recurse
- name: Install Dependencies
run: |
Expand Down

0 comments on commit 7312de7

Please sign in to comment.