Skip to content

v0.8.1: fix MCP clear_receive not clearing UI #20

v0.8.1: fix MCP clear_receive not clearing UI

v0.8.1: fix MCP clear_receive not clearing UI #20

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: npm install
- run: npm run tauri build
- run: |
cd src-tauri/target/release
Compress-Archive -Path ZCOM.exe -DestinationPath ZCOM-${{ github.ref_name }}-win64.zip
- uses: softprops/action-gh-release@v2
with:
files: src-tauri/target/release/ZCOM-*.zip