From 98fa97322bcaf0b36e1440491dfd2cca148d1bf8 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 20:02:29 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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