cl-cli/.gitea/workflows/release/build-and-release.yaml

13 lines
316 B
YAML
Raw Normal View History

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