mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-11 18:29:38 +00:00
Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -55,8 +55,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy .NET Publish Files to IIS Server
|
- name: Copy .NET Publish Files to IIS Server
|
||||||
run: |
|
run: |
|
||||||
|
ECHO %cd%
|
||||||
xcopy ./output/dotnet/* "C:\inetpub\applications\bytefy.image" /s /i /y
|
xcopy ./output/dotnet/* "C:\inetpub\applications\bytefy.image" /s /i /y
|
||||||
xcopy ./tools/dist/tools/browser* "C:\inetpub\wwwroot\bytefy" /s /i /y
|
xcopy bytefy\bytefy\tools\* "C:\inetpub\wwwroot\bytefy" /s /i /y
|
||||||
|
|
||||||
- name: Restart IIS
|
- name: Restart IIS
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user