File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ jobs:
103103 cd chat2db-client
104104 npm install
105105 npm run build:web:prod --appVersion=${{ steps.chat2db_version.outputs.substring }} --appPort=10822
106- # cp -r dist ../ali-dbhub- server/ali-dbhub -server-start/src/main/resources/static/front
106+ # cp -r dist ../chat2db- server/chat2db -server-start/src/main/resources/static/front
107107 # 编译服务端java版本
108108 - name : Build Java
109- run : mvn clean package -B '-Dmaven.test.skip=true' -f ali-dbhub -server/pom.xml
109+ run : mvn clean package -B '-Dmaven.test.skip=true' -f chat2db -server/pom.xml
110110
111111 # 复制服务端java 到指定位置
112112 - name : Copy App
113113 run : |
114- cp ali-dbhub- server/ali-dbhub- server-start/target/ali-dbhub -server-start.jar chat2db-client/static/
114+ cp chat2db- server/chat2db- server-start/target/chat2db -server-start.jar chat2db-client/static/
115115
116116 - name : npm install electron
117117 run : |
@@ -230,7 +230,7 @@ jobs:
230230 content : |
231231 {
232232 "title": "MacOS-amd64-test-构建完成通知",
233- "text": "# MacOS-amd64-test-打包完成通知 \n  \n ### 任务id:[${{ github.run_id }}](https://github.com/alibaba/Chat2DB/actions/runs/${{ github.run_id }}) \n ### Intel芯片下载地址:[https://oss-chat2db.alibaba.com/test/mac/amd/Chat2DB-Test-1.0.${{ github.run_id }}-Test.dmg](https://oss-chat2db.alibaba.com/test/mac/amd/Chat2DB-Test-1.0.${{ github.run_id }}-Test.dmg) \n ### jar包下载地址:[https://oss-chat2db.alibaba.com/test/jar/${{ github.run_id }}/ali-dbhub- server-start.jar](https://oss-chat2db.alibaba.com/test/jar/${{ github.run_id }}/ali-dbhub -server-start.jar) "
233+ "text": "# MacOS-amd64-test-打包完成通知 \n  \n ### 任务id:[${{ github.run_id }}](https://github.com/alibaba/Chat2DB/actions/runs/${{ github.run_id }}) \n ### Intel芯片下载地址:[https://oss-chat2db.alibaba.com/test/mac/amd/Chat2DB-Test-1.0.${{ github.run_id }}-Test.dmg](https://oss-chat2db.alibaba.com/test/mac/amd/Chat2DB-Test-1.0.${{ github.run_id }}-Test.dmg) \n ### jar包下载地址:[https://oss-chat2db.alibaba.com/test/jar/${{ github.run_id }}/chat2db- server-start.jar](https://oss-chat2db.alibaba.com/test/jar/${{ github.run_id }}/chat2db -server-start.jar) "
234234 }
235235
236236 # 构建完成通知
You can’t perform that action at this time.
0 commit comments