From a0708b788ae2c39ca3ac09b90bf692478c96f3be Mon Sep 17 00:00:00 2001 From: ratermania Date: Mon, 13 Apr 2020 13:51:31 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43b988d..58efb30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,4 +29,4 @@ jobs: dotnet build --configuration "Release" - name: Deploy - run: robocopy PartSource.Automation\bin\release\netcoreapp3.1 c:\Partsource.Automation /IS + run: xcopy PartSource.Automation\bin\release\netcoreapp3.1 c:\Partsource.Automation