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