kvs build artifact
This commit is contained in:
parent
055b7bf661
commit
724a4bfaed
5
.github/workflows/kvs.yaml
vendored
5
.github/workflows/kvs.yaml
vendored
@ -15,3 +15,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: build
|
- name: build
|
||||||
run: make kvs
|
run: make kvs
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
- name: upload build artifacts
|
||||||
|
with:
|
||||||
|
name: kvs-binary
|
||||||
|
path: build/kvs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user