cl-cli/.gitea/workflows/release/build-and-release.yaml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
2024-01-08 21:42:21 +01:00

15 lines
349 B
YAML

name: Release binary for cl-cli
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