From 1a2021cd0cf9b7ba68a8ad7ff55a610ddcd11ab8 Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Fri, 25 Oct 2024 08:26:09 +0300 Subject: [PATCH] =?UTF-8?q?=D7=AA=D7=99=D7=A7=D7=95=D7=9F=20=D7=92=D7=A8?= =?UTF-8?q?=D7=A1=D7=94=20=D7=A0=D7=99=D7=99=D7=93=D7=AA=20AI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-installer-ai.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-installer-ai.yml b/.github/workflows/publish-installer-ai.yml index 056e57d..f04d13f 100644 --- a/.github/workflows/publish-installer-ai.yml +++ b/.github/workflows/publish-installer-ai.yml @@ -104,6 +104,7 @@ jobs: New-Item -ItemType Directory -Force -Path portable Copy-Item dist\main.exe portable\ Copy-Item -Recurse src\core\app portable\ + Copy-Item -Recurse src\core\models portable\ Copy-Item -Recurse src\core\assets portable\ Compress-Archive -Path portable\* -DestinationPath Singles-Sorter-Portable-AI-${{ steps.get_version.outputs.VERSION }}.zip -CompressionLevel Optimal