From cf9812ca9027624f1bdc7facd6db7dd46999b358 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Sat, 5 Oct 2024 20:28:50 +0200 Subject: [PATCH] upload linux test builds --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f407052..1df67008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,11 @@ jobs: - run: cargo clippy - run: cargo test --all-features - run: cargo test + - name: Upload Linux binary + uses: actions/upload-artifact@v4 + with: + name: sqlpage-linux-debug + path: "target/debug/sqlpage" test: needs: compile_and_lint