update build action
This commit is contained in:
1
.github/workflows/build-and-release.yml
vendored
1
.github/workflows/build-and-release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user