Update build.yml

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

View File

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