diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e1009a..75e70ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,11 @@ jobs: - name: Checkout Repository 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 run: | xcopy ".\output\dotnet\*" "C:\inetpub\applications\bytefy.image" /s /i /y