enable ci
This commit is contained in:
parent
a17901a6d6
commit
440f8749b3
12
.gitea/workflows/release/build-and-release.yaml
Normal file
12
.gitea/workflows/release/build-and-release.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user