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
|
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.*
|
|
||||||
Reference in New Issue
Block a user