From b62034b67a6788bfc56c12f5ff06e24eab2079e4 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Tue, 16 Apr 2024 11:04:51 +0300 Subject: [PATCH] Update convert.os --- .github/workflows/os/convert.os | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/os/convert.os b/.github/workflows/os/convert.os index 89c9d6cc64..adba1982c7 100644 --- a/.github/workflows/os/convert.os +++ b/.github/workflows/os/convert.os @@ -11,6 +11,7 @@ Сопоставление.Вставить("./OPI/src/CommonModules/OPI_VK/Module.bsl" , "./OInt/core/Modules/OPI_VK.os"); Сопоставление.Вставить("./OPI/src/CommonModules/OPI_YandexDisk/Module.bsl" , "./OInt/core/Modules/OPI_YandexDisk.os"); Сопоставление.Вставить("./OPI/src/CommonModules/OPI_YandexID/Module.bsl" , "./OInt/core/Modules/OPI_YandexID.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Slack/Module.bsl" , "./OInt/core/Modules/OPI_Slack.os"); Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Тесты/Module.bsl" , "./OInt/tests/Modules/internal/OPI_Тесты.os"); Сопоставление.Вставить("./OPI/src/CommonModules/OPI_ПолучениеДанныхТестов/Module.bsl" , "./OInt/tools/Modules/OPI_ПолучениеДанныхТестов.os"); Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Инструменты/Module.bsl" , "./OInt/tools/Modules/internal/Modules/OPI_Инструменты.os");