Added new assemblies to CI
This commit is contained in:
3
.github/workflows/publish-release.yml
vendored
3
.github/workflows/publish-release.yml
vendored
@@ -46,6 +46,9 @@ env:
|
||||
Publicized/Barotrauma.dll
|
||||
Publicized/DedicatedServer.dll
|
||||
ARCHIVE_FILES_SHARED: |
|
||||
BarotraumaCore.dll
|
||||
BarotraumaCore.pdb
|
||||
Publicized/BarotraumaCore.dll
|
||||
0Harmony.dll
|
||||
Sigil.dll
|
||||
MoonSharp.Interpreter.dll
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Barotrauma
|
||||
class LuaCsSetupConfig
|
||||
{
|
||||
public bool EnableCsScripting = false;
|
||||
public bool TreatForcedModsAsNormal = true;
|
||||
public bool TreatForcedModsAsNormal = false;
|
||||
public bool PreferToUseWorkshopLuaSetup = false;
|
||||
public bool DisableErrorGUIOverlay = false;
|
||||
public bool HideUserNames
|
||||
|
||||
Reference in New Issue
Block a user