From 0d754fea7fb815b35391268a05d59f55ee9f1c5d Mon Sep 17 00:00:00 2001 From: Meghdad Fadaee Date: Sat, 21 Feb 2026 11:24:42 +0330 Subject: [PATCH] update build action --- .github/workflows/build-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index a273243..10104f0 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -60,6 +60,7 @@ jobs: if: runner.os == 'Windows' shell: pwsh run: | + New-Item -ItemType Directory -Force -Path release Compress-Archive -Path dist\text-engine\* -DestinationPath release\text-engine-windows-${{ matrix.arch }}.zip - name: Zip the folder on Linux/macOS