Skip to content

Commit 69a63e6

Browse files
committed
CI/CD: fix powershell error
1 parent bc582bf commit 69a63e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
powershell Invoke-WebRequest -Uri https://github.com/zerlei/WebpagePrinterHelper/releases/download/v1.0.0/dist.zip -OutFile ./dist.zip
4040
powershell Expand-Archive -Path ./dist.zip -DestinationPath ./build/src/Release
41-
powershell Remove-Item -Path ./build/src/Release/dist -NewName "wwwroot"
41+
powershell Rename-Item -Path ./build/src/Release/dist -NewName "wwwroot"
4242
4343
- name: Package artifact
4444
run: |

0 commit comments

Comments
 (0)