ci: do not generate completions files artifacts and simplify build job
All checks were successful
build and upload / build (push) Successful in 16s
All checks were successful
build and upload / build (push) Successful in 16s
This commit is contained in:
@@ -19,12 +19,10 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
|
||||
- name: Build
|
||||
run: make
|
||||
run: cargo build --release
|
||||
|
||||
- name: Upload
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: feddy
|
||||
path: |
|
||||
target/release/feddy
|
||||
completions.*
|
||||
path: target/release/feddy
|
||||
Reference in New Issue
Block a user