We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f989a commit 7359b63Copy full SHA for 7359b63
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build with dotnet
21
run: dotnet build --configuration Release --no-restore
22
- name: Publish
23
- run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj -c Release -f net8.0 --output ./Release
+ run: dotnet publish /home/runner/work/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.Docs.Wasm/CodeBeam.MudBlazor.Extensions.Docs.Wasm.csproj -c Release -f net9.0 --output ./Release
24
25
- name: 📂 Sync files
26
if: ${{ github.repository_owner == 'CodeBeamOrg' }}
0 commit comments