Update build.yml

This commit is contained in:
2024-10-16 19:43:14 +02:00
committed by GitHub
parent cea9d4bb84
commit 01bd2ad533

View File

@@ -53,6 +53,11 @@ jobs:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Check Output Files
run: |
dir ./output/dotnet
dir bytefy\bytefy\tools\dist
- name: Copy .NET Publish Files to IIS Server - name: Copy .NET Publish Files to IIS Server
run: | run: |
xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y