From ca3e99a095a6b9f3635bbf9e9f233759f0baa87e Mon Sep 17 00:00:00 2001 From: EvilFactory Date: Thu, 10 Apr 2025 11:07:29 -0300 Subject: [PATCH] Fixed CI --- .github/workflows/publish-release.yml | 7 ++++++- .../BarotraumaShared/SharedSource/LuaCs/LuaCsInstaller.cs | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8ef85ef96..69edd9c0d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -53,7 +53,12 @@ env: Sigil.dll MoonSharp.Interpreter.dll MoonSharp.VsCodeDebugger.dll - MonoMod.Common.dll + MonoMod.Backports.dll + MonoMod.Core.dll + MonoMod.ILHelpers.dll + MonoMod.RuntimeDetour.dll + MonoMod.Utils.dll + MonoMod.Iced.dll Mono.Cecil.dll Mono.Cecil.Mdb.dll Mono.Cecil.Pdb.dll diff --git a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/LuaCsInstaller.cs b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/LuaCsInstaller.cs index ec1b273f4..c802a0b5e 100644 --- a/Barotrauma/BarotraumaShared/SharedSource/LuaCs/LuaCsInstaller.cs +++ b/Barotrauma/BarotraumaShared/SharedSource/LuaCs/LuaCsInstaller.cs @@ -13,7 +13,13 @@ namespace Barotrauma "0Harmony.dll", "Mono.Cecil.dll", "Sigil.dll", "Mono.Cecil.Mdb.dll", "Mono.Cecil.Pdb.dll", - "Mono.Cecil.Rocks.dll", "MonoMod.Common.dll", + "Mono.Cecil.Rocks.dll", + "MonoMod.Backports.dll", + "MonoMod.Core.dll", + "MonoMod.ILHelpers.dll", + "MonoMod.RuntimeDetour.dll", + "MonoMod.Utils.dll", + "MonoMod.Iced.dll", "MoonSharp.Interpreter.dll", "MoonSharp.VsCodeDebugger.dll", "Microsoft.CodeAnalysis.dll", "Microsoft.CodeAnalysis.CSharp.dll",