Update build.yml

This commit is contained in:
2024-10-16 19:39:11 +02:00
committed by GitHub
parent 39bdd06a18
commit cea9d4bb84

View File

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