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

13 lines
316 B
YAML

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