diff --git a/.gitea/workflows/release/build-and-release.yaml b/.gitea/workflows/release/build-and-release.yaml new file mode 100644 index 0000000..3986068 --- /dev/null +++ b/.gitea/workflows/release/build-and-release.yaml @@ -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