From 6b4c4c93f47ef118bfdbcf854be26e52cb9dc5a1 Mon Sep 17 00:00:00 2001 From: whit3rabbit Date: Sun, 5 Apr 2026 15:23:28 -0500 Subject: [PATCH] ci: download admin-ui-dist artifact in build-release job --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba37a83..9e866d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 + - name: Download dist + uses: actions/download-artifact@v4 + with: + name: admin-ui-dist + path: crates/proxy/admin-ui/dist/ - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }}