From 81fc7d7d3ae334345d2ad66a1b579fcf1607bb2f Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 29 Apr 2025 22:15:26 +0100 Subject: [PATCH] Upload red-knot binaries in CI on completion of linux tests (#17720) --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14ada97cac..5064763ef3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -276,6 +276,10 @@ jobs: with: name: ruff path: target/debug/ruff + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + with: + name: red_knot + path: target/debug/red_knot cargo-test-linux-release: name: "cargo test (linux, release)"