From 7ed5415be6add24818e6e68571b1ebe1f80c84f1 Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Wed, 1 Apr 2026 11:58:06 +0300 Subject: [PATCH] ci: upload Windows binary as artifact for testing Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf6fa77..f59e274 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,3 +39,8 @@ jobs: run: cargo clippy -- -D warnings - name: test run: cargo test + - name: Upload binary + uses: actions/upload-artifact@v4 + with: + name: numa-windows-x86_64 + path: target/debug/numa.exe