From 01bd2ad533d0c6ef24b3f5aa5a317e8899cf59b2 Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Wed, 16 Oct 2024 19:43:14 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) 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