Files
feddy/.gitea/workflows/main.yaml
Rawleenc 2d36a79437
All checks were successful
build and upload / build (push) Successful in 16s
ci: do not generate completions files artifacts and simplify build job
2025-05-02 14:58:52 +02:00

28 lines
529 B
YAML

name: build and upload
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build
run: cargo build --release
- name: Upload
uses: christopherhx/gitea-upload-artifact@v4
with:
name: feddy
path: target/release/feddy