Update .gitea/workflows/ci.yml
This commit is contained in:
parent
d6c970886b
commit
98fa97322b
1 changed files with 7 additions and 1 deletions
|
|
@ -48,3 +48,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|
||||||
|
- name: Upload
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: servus-arm64
|
||||||
|
path: target/debug/servus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue