Skip to content

Merge branch 'main' into 323-feat-add-github-action-to-upload-batcher… #3

Merge branch 'main' into 323-feat-add-github-action-to-upload-batcher…

Merge branch 'main' into 323-feat-add-github-action-to-upload-batcher… #3

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