From ff47a2bba9331da745995966dd1b79888226700b Mon Sep 17 00:00:00 2001 From: Ed Andersen Date: Fri, 18 Nov 2022 18:21:58 +0900 Subject: [PATCH] Put the output path in quotes... --- .github/workflows/master_core-admin-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_core-admin-demo.yml b/.github/workflows/master_core-admin-demo.yml index 70b1003..490a1a9 100644 --- a/.github/workflows/master_core-admin-demo.yml +++ b/.github/workflows/master_core-admin-demo.yml @@ -21,7 +21,7 @@ jobs: dotnet-version: 7.0.x - name: dotnet publish - run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet6\DotNetEd.CoreAdmin.DemoAppDotNet6.csproj -c Release -o ${{env.DOTNET_ROOT}}\myapp --framework net7.0 + run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet6\DotNetEd.CoreAdmin.DemoAppDotNet6.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp"" --framework net7.0 - name: Upload artifact for deployment job uses: actions/upload-artifact@v2