Skip to content

Commit f33cf47

Browse files
authored
Update deploy.yml
1 parent 03b1c97 commit f33cf47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
- name: Setup .NET Core
1111
uses: actions/setup-dotnet@v3.2.0
1212
with:
13-
dotnet-version: 7.0.x
13+
dotnet-version: 8.0.x
1414
- name: Install dependencies
1515
run: dotnet restore
1616
- name: Build with dotnet
1717
run: dotnet build --configuration Release --no-restore
1818
- name: Publish
19-
run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
19+
run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/ComponentViewer.Wasm/ComponentViewer.Wasm.csproj -c Release -f net8.0 --output ./Release
2020

2121
- name: 📂 Sync files
2222
if: ${{ github.repository_owner == 'CodeBeamOrg' }}

0 commit comments

Comments
 (0)