diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d9c5904..2960dff 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -47,4 +47,10 @@ jobs: uses: actions/checkout@v5 - name: Build - run: cargo build \ No newline at end of file + run: cargo build + + - name: Upload + uses: actions/upload-artifact@v3 + with: + name: servus-arm64 + path: target/debug/servus