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]