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