We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc582bf commit 69a63e6Copy full SHA for 69a63e6
1 file changed
.github/workflows/win.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
powershell Invoke-WebRequest -Uri https://github.com/zerlei/WebpagePrinterHelper/releases/download/v1.0.0/dist.zip -OutFile ./dist.zip
40
powershell Expand-Archive -Path ./dist.zip -DestinationPath ./build/src/Release
41
- powershell Remove-Item -Path ./build/src/Release/dist -NewName "wwwroot"
+ powershell Rename-Item -Path ./build/src/Release/dist -NewName "wwwroot"
42
43
- name: Package artifact
44
0 commit comments