Skip to content

Commit

Permalink
Added .net 6 arg to dotnet publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pingu2k4 committed Feb 2, 2024
1 parent c60a463 commit 36656f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Publish Project
run: dotnet publish src/BlazorWasmNet6/BlazorWasmNet6.csproj -c Release --nologo
run: dotnet publish src/BlazorWasmNet6/BlazorWasmNet6.csproj -c Release -f net6.0 --nologo

- name: Change base tag
run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.QRCode\/" \.>/g' src/BlazorWasmNet6/bin/Release/net6.0/publish/wwwroot/index.html
Expand Down

0 comments on commit 36656f9

Please sign in to comment.