From a2cae37be36ba6c7e1449dccbde6d0a251c6aab4 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 19:54:27 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ad654fd..71f7772 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: servus-amd64 - path: target/servus + path: target/debug/servus test-arm64: runs-on: [rust-latest, arm64-builder]