update build action

This commit is contained in:
2026-02-21 11:24:42 +03:30
parent 63a6842d30
commit 0d754fea7f

View File

@@ -60,6 +60,7 @@ jobs:
if: runner.os == 'Windows' if: runner.os == 'Windows'
shell: pwsh shell: pwsh
run: | run: |
New-Item -ItemType Directory -Force -Path release
Compress-Archive -Path dist\text-engine\* -DestinationPath release\text-engine-windows-${{ matrix.arch }}.zip Compress-Archive -Path dist\text-engine\* -DestinationPath release\text-engine-windows-${{ matrix.arch }}.zip
- name: Zip the folder on Linux/macOS - name: Zip the folder on Linux/macOS