From 6ff8c0c7ed04174e2f6456b07e847c63dc29a2fe Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Thu, 14 Mar 2024 14:45:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D1=8B=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/convert.os | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/convert.os b/.github/workflows/convert.os index 1ec0cfed0f..bcc59764f8 100644 --- a/.github/workflows/convert.os +++ b/.github/workflows/convert.os @@ -1,20 +1,20 @@ Функция ПолучитьСопоставлениеФайлов() Сопоставление = Новый Соответствие(); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_GoogleCalendar\Module.bsl" , "OInt\core\Modules\OPI_GoogleCalendar.os"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_GoogleDrive\Module.bsl" , "OInt\core\Modules\OPI_GoogleDrive.os"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_GoogleWorkspace\Module.bsl" , "OInt\core\Modules\OPI_GoogleWorkspace.os"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_Notion\Module.bsl" , "OInt\core\Modules\OPI_Notion.os"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_Telegram\Module.bsl" , "OInt\core\Modules\OPI_Telegram.os"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_Twitter\Module.bsl" , "OInt\core\Modules\OPI_Twitter.os"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_Viber\Module.bsl" , "OInt\core\Modules\OPI_Viber.os"); - Сопоставление.Вставить("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_Тесты\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"); - Сопоставление.Вставить("OPI\src\CommonModules\OPI_Криптография\Module.bsl" , "OInt\tools\Modules\internal\Modules\OPI_Криптография.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_GoogleCalendar/Module.bsl" , "./OInt/core/Modules/OPI_GoogleCalendar.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_GoogleDrive/Module.bsl" , "./OInt/core/Modules/OPI_GoogleDrive.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_GoogleWorkspace/Module.bsl" , "./OInt/core/Modules/OPI_GoogleWorkspace.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Notion/Module.bsl" , "./OInt/core/Modules/OPI_Notion.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Telegram/Module.bsl" , "./OInt/core/Modules/OPI_Telegram.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Twitter/Module.bsl" , "./OInt/core/Modules/OPI_Twitter.os"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Viber/Module.bsl" , "./OInt/core/Modules/OPI_Viber.os"); + Сопоставление.Вставить("./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_Тесты/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"); + Сопоставление.Вставить("./OPI/src/CommonModules/OPI_Криптография/Module.bsl" , "./OInt/tools/Modules/internal/Modules/OPI_Криптография.os"); Возврат Сопоставление; КонецФункции