Files
feddy/.gitea/workflows/main.yaml
Rawleenc 039f0f5c5b
Some checks failed
build and upload / build (push) Failing after 23s
ci: switch to fedora-latest tag
2025-05-02 16:04:32 +02:00

30 lines
552 B
YAML

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