Revert "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 reverts commit 2d36a79437.
This commit is contained in:
@@ -19,10 +19,12 @@ jobs:
|
|||||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: make
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: feddy
|
name: feddy
|
||||||
path: target/release/feddy
|
path: |
|
||||||
|
target/release/feddy
|
||||||
|
completions.*
|
||||||
Reference in New Issue
Block a user