From 07bd4b07602cc623cf96caa85b95bbe42906e84d Mon Sep 17 00:00:00 2001 From: Shi Cheng <97218929+shichengripple001@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:49:53 +0800 Subject: [PATCH] upload clio_server artificat (#1083) --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed056e8e..ab630d2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,6 +86,12 @@ jobs: if: ${{ !matrix.code_coverage }} run: strip build/clio_tests + - name: Upload clio_server + uses: actions/upload-artifact@v3 + with: + name: clio_server_${{ runner.os }}_${{ matrix.build_type }} + path: build/clio_server + - name: Upload clio_tests if: ${{ !matrix.code_coverage }} uses: actions/upload-artifact@v3