From 06f16352eff083c7f38599bcfae1da0d28419eea Mon Sep 17 00:00:00 2001 From: Long Wang Date: Thu, 31 Aug 2023 12:49:13 +0800 Subject: [PATCH] ci: ship CLI in Linux release --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f75358e9a6..ab5ce738ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,6 +174,15 @@ jobs: mkdir -p install cmake --install build --prefix install + - name: Download CLI Release + uses: robinraju/release-downloader@v1.8 + with: + repo: MaaAssistantArknights/maa-cli + lastest: true + fileName: maa_cli-v*-${{ matrix.arch }}-unknown-linux-gnu.tar.gz + extract: true + out-file-path: install + - name: tar files run: | mkdir -p release