We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc36a2 commit c1e0b4aCopy full SHA for c1e0b4a
1 file changed
.github/workflows/release.yml
@@ -115,21 +115,12 @@ jobs:
115
distribution: "temurin"
116
cache: "maven"
117
118
- # 构建静态文件信息
119
- - name: Npm install & build & copy
120
- run: |
121
- cd ali-dbhub-client
122
- npm install
123
- npm run build:desktop
124
- cp -r dist ../ali-dbhub-server/ali-dbhub-server-start/src/main/resources/static/front
125
-
126
127
# 构建静态文件信息
128
- name: Yarn install & build & copy
129
run: |
130
cd chat2db-client
131
yarn install
132
- yarn run build:web:prod --appVersion=${{ steps.chat2db_version.outputs.substring }}
+ yarn run build:desktop --appVersion=${{ steps.chat2db_version.outputs.substring }}
133
cp -r dist ../chat2db-server/chat2db-server-start/src/main/resources/static/front
134
135
# 编译服务端java版本
0 commit comments