Skip to content

feat: add github action #4

feat: add github action

feat: add github action #4

Workflow file for this run

name: Build and Release Rust Project
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build batcher client
run: make build_batcher_client
- name: Release
uses: softprops/action-gh-release@v2
with:
files: /batcher/client/target/release/batcher-client