Update build.yml

This commit is contained in:
2024-10-17 00:27:30 +02:00
committed by GitHub
parent aa605f1a56
commit 62ad9bd381

View File

@@ -86,5 +86,5 @@ jobs:
- name: Copy .NET Publish Files to IIS Server
run: |
xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y
xcopy ".\tools\dist\*" "C:\inetpub\wwwroot\bytefy" /s /i /y
xcopy ".\tools\dist\browser\*" "C:\inetpub\wwwroot\bytefy" /s /i /y