2024-01-08 20:42:21 +00:00
|
|
|
name: Release binary for cl-cli
|
|
|
|
|
2024-01-08 20:40:38 +00:00
|
|
|
on:
|
|
|
|
push
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build-and-release:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
- name: check out repository
|
|
|
|
uses: https://github.com/actions/checkout@v4
|
|
|
|
- name: install rust toolchain
|
|
|
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
|
|
|
- name: build binary
|
|
|
|
run: cargo build --release
|