File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ jobs:
120120 run : |
121121 cd chat2db-client
122122 yarn install
123- yarn run build:desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
123+ yarn run build:web: desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
124124 cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
125125
126126 # 编译服务端java版本
127127 - name : Build Java
128- run : mvn clean package -B '-Dmaven.test.skip=true' -f ali-dbhub -server/pom.xml
128+ run : mvn clean package -B '-Dmaven.test.skip=true' -f chat2db -server/pom.xml
129129
130130 # 复制服务端java 到指定位置
131131 - name : Copy App
@@ -246,7 +246,7 @@ jobs:
246246 content : |
247247 {
248248 "title": "MacOS-amd64-release-构建完成通知",
249- "text": "# MacOS-amd64-release-打包完成通知 \n  \n ### 任务id:[${{ github.run_id }}](https://github.com/alibaba/Chat2DB/actions/runs/${{ github.run_id }}) \n ### Intel芯片下载地址:[https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/Chat2DB-${{ steps.chat2db_version.outputs.substring }}.dmg](https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/Chat2DB-${{ steps.chat2db_version.outputs.substring }}.dmg) \n ### jar包下载地址:[https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/ali-dbhub- server-start.jar](https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/ali-dbhub -server-start.jar) "
249+ "text": "# MacOS-amd64-release-打包完成通知 \n  \n ### 任务id:[${{ github.run_id }}](https://github.com/alibaba/Chat2DB/actions/runs/${{ github.run_id }}) \n ### Intel芯片下载地址:[https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/Chat2DB-${{ steps.chat2db_version.outputs.substring }}.dmg](https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/Chat2DB-${{ steps.chat2db_version.outputs.substring }}.dmg) \n ### jar包下载地址:[https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/chat2db- server-start.jar](https://oss-chat2db.alibaba.com/release/${{ steps.chat2db_version.outputs.substring }}/chat2db -server-start.jar) "
250250 }
251251
252252 # 构建完成通知
Original file line number Diff line number Diff line change 1515 "build:main" : " cross-env NODE_ENV=development electron-builder" ,
1616 "build:main:prod" : " cross-env NODE_ENV=production electron-builder" ,
1717 "build:web" : " umi build" ,
18- "build:web:desktop" : " cross-env UMI_ENV=desktop APP_VERSION=${npm_config_appVersion} cross-env APP_PORT=${npm_config_appPort} umi build" ,
18+ "build:web:desktop" : " cross-env UMI_ENV=desktop cross-env APP_VERSION=${npm_config_appVersion} cross-env APP_PORT=${npm_config_appPort} umi build" ,
1919 "build:web:prod" : " cross-env UMI_ENV=prod cross-env APP_VERSION=${npm_config_appVersion} cross-env APP_PORT=${npm_config_appPort} umi build" ,
2020 "postinstall" : " umi setup" ,
2121 "lint" : " umi lint" ,
You can’t perform that action at this time.
0 commit comments