Skip to content

Commit 2d202a1

Browse files
committed
Update build
1 parent c5a168e commit 2d202a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master_core-admin-demo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dotnet-version: 8.0.x
2222

2323
- name: dotnet publish
24-
run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet6\DotNetEd.CoreAdmin.DemoAppDotNet6.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp" --framework net7.0
24+
run: dotnet publish src\DotNetEd.CoreAdmin.DemoAppDotNet6\DotNetEd.CoreAdmin.DemoAppDotNet8.csproj -c Release -o "${{env.DOTNET_ROOT}}\myapp" --framework net8.0
2525

2626
- name: Upload artifact for deployment job
2727
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)