File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ jobs:
3939 - name : Setup .NET SDK
4040 uses : actions/setup-dotnet@v4
4141 with :
42- dotnet-version : 9 .0.x
42+ dotnet-version : 10 .0.x
4343 - name : Install .NET WebAssembly Tools
4444 run : dotnet workload install wasm-tools
4545
4646 - name : publish website
4747 run : dotnet publish src/BlazorApps/BlazorApps.csproj --configuration Release -p:GHPages=true
4848 - name : CODEOWNERS
49- run : echo "* @junian" > src/BlazorApps/bin/Release/net9 .0/publish/wwwroot/CODEOWNERS
49+ run : echo "* @junian" > src/BlazorApps/bin/Release/net10 .0/publish/wwwroot/CODEOWNERS
5050 - name : Upload all published files
5151 uses : actions/upload-pages-artifact@v3
5252 with :
53- path : src/BlazorApps/bin/Release/net9 .0/publish/wwwroot
53+ path : src/BlazorApps/bin/Release/net10 .0/publish/wwwroot
5454
5555 # Deployment job
5656 deploy :
You can’t perform that action at this time.
0 commit comments