Skip to content

Commit 2262d41

Browse files
authored
Update deploy-blazor.yml
1 parent be3c0d7 commit 2262d41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-blazor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)