Skip to content

Commit

Permalink
The string is missing the Terminator
Browse files Browse the repository at this point in the history
  • Loading branch information
edandersen committed Nov 18, 2022
1 parent ff47a2b commit 9337085
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 9337085

Please sign in to comment.