diff --git a/.github/workflows/publish-wasm.yml b/.github/workflows/publish-wasm.yml index d8c2f01..23b8844 100644 --- a/.github/workflows/publish-wasm.yml +++ b/.github/workflows/publish-wasm.yml @@ -38,6 +38,7 @@ jobs: dotnet build external/prism-sharp/PrismSharp.RegExCompiler/PrismSharp.RegExCompiler.csproj --configuration Release; dotnet build external/prism-sharp/PrismSharp.SourceGenerator/PrismSharp.SourceGenerator.csproj --configuration Release; dotnet build external/prism-sharp/PrismSharp.Core/PrismSharp.Core.csproj --configuration Release; + dotnet build external/prism-sharp/PrismSharp.Core/PrismSharp.Core.csproj --configuration Release; dotnet build src/BUTR.CrashReport.Renderer.ImGui.WASM/BUTR.CrashReport.Renderer.ImGui.WASM.csproj --configuration Release; dotnet publish src/BUTR.CrashReport.Renderer.ImGui.WASM/BUTR.CrashReport.Renderer.ImGui.WASM.csproj --configuration Release -o "./site";