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