From 9853a63497b3cc185cc310a60b4f877ab26b562c Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Tue, 10 Dec 2024 16:00:32 +0200 Subject: [PATCH] Fix --- .github/workflows/publish-wasm.yml | 1 + 1 file changed, 1 insertion(+) 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";