diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f97f953..6155d0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: - name: Publish .NET Project run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -o release --nologo - name: Publish .NET Project - run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -p:RunAOTCompilation=true -p:WasmStripILAfterAOT=false -o release-aot --nologo + run: dotnet publish BlazorExperiments/BlazorExperiments.UI.csproj -c Release -p:RunAOTCompilation=true -p:WasmStripILAfterAOT=true -o release-aot --nologo - name: test run: ls -la release-aot/wwwroot && pwd - name: Fix base path for Blazor AOT app