Commit 2180592 1 parent 7312de7 commit 2180592 Copy full SHA for 2180592
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
run : |
205
205
mkdir -p win
206
206
tar -xzf $env:GITHUB_WORKSPACE\drop\wiki-js.tar.gz -C $env:GITHUB_WORKSPACE\win
207
- copy win\node_modules\extract-files\package.json patch-extractfile.json
207
+ Copy-Item win\node_modules\extract-files\package.json patch-extractfile.json -Force
208
208
Remove-Item -Path win\node_modules -Force -Recurse
209
209
210
210
- name : Install Dependencies
@@ -215,7 +215,7 @@ jobs:
215
215
216
216
- name : Fix patched packages
217
217
run : |
218
- copy /y patch-extractfile.json win\node_modules\extract-files\package.json
218
+ Copy-Item patch-extractfile.json win\node_modules\extract-files\package.json -Force
219
219
220
220
- name : Create Bundle
221
221
run : tar -czf wiki-js-windows.tar.gz -C $env:GITHUB_WORKSPACE\win .
You can’t perform that action at this time.
0 commit comments