mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
ci: ship CLI in Linux release
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user