Skip to content

Commit

Permalink
Put the output path in quotes...
Browse files Browse the repository at this point in the history
  • Loading branch information
edandersen committed Nov 18, 2022
1 parent 2336780 commit ff47a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_core-admin-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff47a2b

Please sign in to comment.