Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Aug 10, 2023
1 parent 07f7c6e commit 7b6efc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,13 @@ jobs:
- name: Prepare Model
run: |
cd server
mkdir -p framework/model
mkdir -p maaframework/model
wget https://github.com/MaaAssistantArknights/MAA1999/releases/download/v0.3.2/MAA1999-win-x64-v0.3.2.zip -O maa1999.zip
mkdir 1999
cd 1999
unzip ../maa1999.zip
cd ..
cp -r ./1999/resource/model/* framework/model/
ls framework
ls framework/model
cp -r ./1999/resource/model/* maaframework/model/
cd ..
- name: Build Package
Expand Down

0 comments on commit 7b6efc3

Please sign in to comment.