ci: do not generate completions files artifacts and simplify build job
All checks were successful
build and upload / build (push) Successful in 16s

This commit is contained in:
2025-05-02 14:58:52 +02:00
parent 1d4c921fe4
commit 2d36a79437

View File

@@ -19,12 +19,10 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1 uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build - name: Build
run: make run: cargo build --release
- name: Upload - name: Upload
uses: christopherhx/gitea-upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
name: feddy name: feddy
path: | path: target/release/feddy
target/release/feddy
completions.*