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