mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-06 18:24:29 +08:00
add
This commit is contained in:
4
.github/workflows/release_test.yml
vendored
4
.github/workflows/release_test.yml
vendored
@ -245,7 +245,9 @@ jobs:
|
||||
cp chat2db-client/versions/99.0.${{ github.run_id }}/static/chat2db-server-start.jar ./oss_temp_file
|
||||
cp -r chat2db-client/release/*.dmg ./oss_temp_file
|
||||
cp -r chat2db-client/versions/99.0.${{ github.run_id }}/dist ./oss_temp_file/dist
|
||||
cd chat2db-client/versions/99.0.${{ github.run_id }}/static/ && zip -r chat2db-server-start.zip ./
|
||||
cd chat2db-client/versions/99.0.${{ github.run_id }}/ && zip -r 99.0.${{ github.run_id }}.zip ./
|
||||
cp -r 99.0.${{ github.run_id }}.zip ../../../oss_temp_file
|
||||
cd static/ && zip -r chat2db-server-start.zip ./
|
||||
cp -r chat2db-server-start.zip ../../../../oss_temp_file
|
||||
|
||||
# 准备要需要的数据 MacOS arm64
|
||||
|
Reference in New Issue
Block a user