name: Release binary for cl-cli on: push jobs: build-and-release: runs-on: ubuntu-latest steps: - 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